ci: fix migration container secrets (#7694)
This commit is contained in:
parent
078a22d606
commit
30510d97d8
|
@ -115,8 +115,8 @@ spec:
|
|||
- name: "CONTAINER_ROLE"
|
||||
value: "migrations"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: django-config
|
||||
- secretRef:
|
||||
name: dt-secrets-env
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
Loading…
Reference in a new issue