update registry
This commit is contained in:
parent
3472f9689a
commit
34ab7c09de
1 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,7 @@ spec:
|
|||
values:
|
||||
server:
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
repository: public.ecr.aws/hashicorp/vault
|
||||
tag: "1.17.2"
|
||||
logLevel: "info"
|
||||
logFormat: "json"
|
||||
|
@ -54,8 +54,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue