Skip to content

Commit

Permalink
ci: fix migration container secrets (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards authored Jul 15, 2024
1 parent 078a22d commit 30510d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/datatracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ spec:
- name: "CONTAINER_ROLE"
value: "migrations"
envFrom:
- configMapRef:
name: django-config
- secretRef:
name: dt-secrets-env
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 30510d9

Please sign in to comment.