FPDC: Add the permission to add modify and delete releases to releng
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
35fdf52ad3
commit
3a3abd2fea
1 changed files with 13 additions and 1 deletions
|
@ -26,6 +26,18 @@ spec:
|
||||||
value: fpdc.settings.prod
|
value: fpdc.settings.prod
|
||||||
volumes:
|
volumes:
|
||||||
- config-volume
|
- config-volume
|
||||||
|
post:
|
||||||
|
failurePolicy: Ignore
|
||||||
|
execNewPod:
|
||||||
|
containerName: fpdc
|
||||||
|
command: ["django-admin", "add_permissions", "releng-team"]
|
||||||
|
env:
|
||||||
|
- name: PYTHONPATH
|
||||||
|
value: /opt/app-root/src
|
||||||
|
- name: DJANGO_SETTINGS_MODULE
|
||||||
|
value: fpdc.settings.prod
|
||||||
|
volumes:
|
||||||
|
- config-volume
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue