update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user