ci: fix migration container secrets (#7694)

This commit is contained in:
Jennifer Richards 2024-07-15 19:57:25 -03:00 committed by GitHub
parent 078a22d606
commit 30510d97d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,8 +115,8 @@ spec:
- name: "CONTAINER_ROLE" - name: "CONTAINER_ROLE"
value: "migrations" value: "migrations"
envFrom: envFrom:
- configMapRef: - secretRef:
name: django-config name: dt-secrets-env
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities: