chore: Update k8s/datatracker.yaml

This commit is contained in:
Nicolas Giard 2024-06-18 18:46:03 -04:00 committed by GitHub
parent b78ec6dff8
commit 7a1863317a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,9 @@ spec:
env:
- name: "CONTAINER_ROLE"
value: "datatracker"
# ensures the pod gets recreated on every deploy:
- name: "DEPLOY_UID"
value: "$DEPLOY_UID"
envFrom:
- configMapRef:
name: django-config