Compare commits
1 commit
main
...
values/def
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1c70d8a9d2 |
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
# Available parameters and their default values for the Vault chart.
|
||||
|
||||
# Set cluster name instead of having it auto-generated.
|
||||
# examples may include: "vault1-gke-uswest", "vault2-eks-useast", etc.
|
||||
cluster_name: ""
|
||||
|
||||
global:
|
||||
# enabled is the master enabled switch. Setting this to true or false
|
||||
# will enable or disable all the components within this chart by default.
|
||||
|
@ -834,6 +838,7 @@ server:
|
|||
# https://www.vaultproject.io/docs/platform/k8s/helm/run#protecting-sensitive-vault-configurations
|
||||
config: |
|
||||
ui = true
|
||||
cluster_name = {{ .Values.cluster_name | default (printf "%s-k8s" (include "vault.name" .)) | quote }}
|
||||
|
||||
listener "tcp" {
|
||||
tls_disable = 1
|
||||
|
|
Loading…
Reference in a new issue