mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
08ca20b874
commit
7588fa3279
1 changed files with 10 additions and 10 deletions
|
|
@ -35,7 +35,7 @@ vault:
|
|||
|
||||
# extraEnvironmentVars is a list of extra environment variables to set with the stateful set. These could be
|
||||
# used to include variables required for auto-unseal.
|
||||
extraEnvironmentVars: []
|
||||
#extraEnvironmentVars:
|
||||
#VAULT_CACERT: /vault/userconfig/vault-server-tls/vault.ca
|
||||
|
||||
extraSecretEnvironmentVars:
|
||||
|
|
@ -43,16 +43,16 @@ vault:
|
|||
secretName: autounseal
|
||||
secretKey: VAULT_TOKEN
|
||||
|
||||
volumes:
|
||||
- name: userconfig-vault-server-tls
|
||||
secret:
|
||||
defaultMode: 420
|
||||
secretName: vault-server-tls
|
||||
#volumes:
|
||||
# - name: userconfig-vault-server-tls
|
||||
# secret:
|
||||
# defaultMode: 420
|
||||
# secretName: vault-server-tls
|
||||
|
||||
volumeMounts:
|
||||
- mountPath: /vault/userconfig/vault-server-tls
|
||||
name: userconfig-vault-server-tls
|
||||
readOnly: true
|
||||
#volumeMounts:
|
||||
# - mountPath: /vault/userconfig/vault-server-tls
|
||||
# name: userconfig-vault-server-tls
|
||||
# readOnly: true
|
||||
|
||||
# This configures the Vault Statefulset to create a PVC for audit logs.
|
||||
# See https://www.vaultproject.io/docs/audit/index.html to know more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue