mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -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
|
# 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.
|
# used to include variables required for auto-unseal.
|
||||||
extraEnvironmentVars: []
|
#extraEnvironmentVars:
|
||||||
#VAULT_CACERT: /vault/userconfig/vault-server-tls/vault.ca
|
#VAULT_CACERT: /vault/userconfig/vault-server-tls/vault.ca
|
||||||
|
|
||||||
extraSecretEnvironmentVars:
|
extraSecretEnvironmentVars:
|
||||||
|
|
@ -43,16 +43,16 @@ vault:
|
||||||
secretName: autounseal
|
secretName: autounseal
|
||||||
secretKey: VAULT_TOKEN
|
secretKey: VAULT_TOKEN
|
||||||
|
|
||||||
volumes:
|
#volumes:
|
||||||
- name: userconfig-vault-server-tls
|
# - name: userconfig-vault-server-tls
|
||||||
secret:
|
# secret:
|
||||||
defaultMode: 420
|
# defaultMode: 420
|
||||||
secretName: vault-server-tls
|
# secretName: vault-server-tls
|
||||||
|
|
||||||
volumeMounts:
|
#volumeMounts:
|
||||||
- mountPath: /vault/userconfig/vault-server-tls
|
# - mountPath: /vault/userconfig/vault-server-tls
|
||||||
name: userconfig-vault-server-tls
|
# name: userconfig-vault-server-tls
|
||||||
readOnly: true
|
# readOnly: true
|
||||||
|
|
||||||
# This configures the Vault Statefulset to create a PVC for audit logs.
|
# This configures the Vault Statefulset to create a PVC for audit logs.
|
||||||
# See https://www.vaultproject.io/docs/audit/index.html to know more
|
# See https://www.vaultproject.io/docs/audit/index.html to know more
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue