Skip to content

Commit 30510d9

Browse files
ci: fix migration container secrets (ietf-tools#7694)
1 parent 078a22d commit 30510d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/datatracker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ spec:
115115
- name: "CONTAINER_ROLE"
116116
value: "migrations"
117117
envFrom:
118-
- configMapRef:
119-
name: django-config
118+
- secretRef:
119+
name: dt-secrets-env
120120
securityContext:
121121
allowPrivilegeEscalation: false
122122
capabilities:

0 commit comments

Comments
 (0)