chore: Update k8s/datatracker.yaml
This commit is contained in:
parent
b78ec6dff8
commit
7a1863317a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue