This commit is contained in:
2023-04-30 14:30:50 -05:00
parent dbe6055a9e
commit 5391ed42a8

View File

@@ -4,18 +4,18 @@ vault:
# image sets the repo and tag of the vault-k8s image to use for the injector.
image:
repository: "hashicorp/vault-k8s"
repository: "registry.durp.info/hashicorp/vault-k8s"
tag: "1.2.1"
pullPolicy: Always
agentImage:
repository: "hashicorp/vault"
repository: "registry.durp.info/hashicorp/vault"
tag: "1.13.1"
server:
enabled: "-"
image:
repository: "hashicorp/vault"
repository: "registry.durp.info/hashicorp/vault"
tag: "1.13.1"
pullPolicy: Always
@@ -35,7 +35,7 @@ vault:
accessMode: ReadWriteOnce
ui:
enabled: true
enabled: false
externalPort: 8200
targetPort: 8200