WHY is this missing again in the statefulset
This commit is contained in:
parent
34ab7c09de
commit
55cf6ed705
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ spec:
|
||||||
# path: /v1/sys/health?standbyok=true
|
# path: /v1/sys/health?standbyok=true
|
||||||
# Port number on which readinessProbe will be checked.
|
# Port number on which readinessProbe will be checked.
|
||||||
port: *port
|
port: *port
|
||||||
|
extraEnvironmentVars:
|
||||||
|
VAULT_CLUSTER_ADDR: http://$(HOSTNAME).vault-internal:8201
|
||||||
extraSecretEnvironmentVars:
|
extraSecretEnvironmentVars:
|
||||||
- envName: AWS_SECRET_ACCESS_KEY
|
- envName: AWS_SECRET_ACCESS_KEY
|
||||||
secretName: vault-secret
|
secretName: vault-secret
|
||||||
|
|
Loading…
Reference in a new issue