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