From 3472f9689a254ca77f0a7752aafd610e87a0a4dc Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 11 Sep 2024 01:05:19 -0500 Subject: [PATCH] debug --- kubernetes/apps/security/vault/app/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/security/vault/app/helmrelease.yaml b/kubernetes/apps/security/vault/app/helmrelease.yaml index ab2e96d5..f293e68b 100644 --- a/kubernetes/apps/security/vault/app/helmrelease.yaml +++ b/kubernetes/apps/security/vault/app/helmrelease.yaml @@ -54,6 +54,8 @@ spec: # path: /v1/sys/health?standbyok=true # Port number on which readinessProbe will be checked. port: *port + extraEnvironmentVars: + VAULT_CLUSTER_ADDR: "http://$(HOSTNAME).vault-internal:8201" extraSecretEnvironmentVars: - envName: AWS_SECRET_ACCESS_KEY secretName: vault-secret @@ -83,7 +85,6 @@ spec: # maxUnavailable will default to (n/2)-1 where n is the number of replicas # so if you have 6 replicas, maxUnavailable will be 2 unless you set it specifically. replicas: 3 - clusterAddr: "http://$(HOSTNAME).vault-internal:8201" config: "" raft: enabled: true