This commit is contained in:
Joseph Hanson 2024-09-11 15:58:34 -05:00
parent 168094c027
commit 6826e5d5d7
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -55,6 +55,8 @@ spec:
# Port number on which readinessProbe will be checked. # Port number on which readinessProbe will be checked.
port: *port port: *port
extraEnvironmentVars: extraEnvironmentVars:
# This is required because they will lose their values when the pod is upgraded in my experience.
# Probably a Flux thing.
VAULT_CLUSTER_ADDR: http://$(HOSTNAME).vault-internal:8201 VAULT_CLUSTER_ADDR: http://$(HOSTNAME).vault-internal:8201
extraSecretEnvironmentVars: extraSecretEnvironmentVars:
- envName: AWS_SECRET_ACCESS_KEY - envName: AWS_SECRET_ACCESS_KEY