mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file values.yaml
This commit is contained in:
parent
c15d414d4a
commit
5d1e77f091
1 changed files with 19 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ vault:
|
|||
|
||||
global:
|
||||
|
||||
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
||||
image:
|
||||
repository: "registry.durp.info/hashicorp/vault-k8s"
|
||||
tag: "1.2.1"
|
||||
|
|
@ -12,6 +11,25 @@ vault:
|
|||
repository: "registry.durp.info/hashicorp/vault"
|
||||
tag: "1.13.1"
|
||||
|
||||
injector:
|
||||
enabled: "-"
|
||||
|
||||
replicas: 3
|
||||
leaderElector:
|
||||
enabled: true
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
image:
|
||||
repository: "registry.durp.info/hashicorp/vault-k8s"
|
||||
tag: "1.2.1"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
agentImage:
|
||||
repository: "registry.durp.info/hashicorp/vault"
|
||||
tag: "1.13.1"
|
||||
|
||||
server:
|
||||
enabled: "-"
|
||||
image:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue