From d5f4169cabbe481e96da0c50d85f6e5556c6d61e Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 7 Sep 2024 09:32:20 +0200 Subject: [PATCH] Change values once more --- apps/templates/helm-vault.yaml | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/apps/templates/helm-vault.yaml b/apps/templates/helm-vault.yaml index efb63ea..b3c961a 100644 --- a/apps/templates/helm-vault.yaml +++ b/apps/templates/helm-vault.yaml @@ -42,27 +42,27 @@ spec: enabled: false affinity: "" ha: - enabled: true - replicas: "3" - raft: enabled: true - setNodeId: true - config: | - cluster_name = "vault-integrated-storage" - ui = true - listener "tcp" { - tls_disable = 0 - address = "[::]:8200" - cluster_address = "[::]:8201" - tls_cert_file = "/vault/userconfig/vault-ha-tls/vault.crt" - tls_key_file = "/vault/userconfig/vault-ha-tls/vault.key" - tls_client_ca_file = "/vault/userconfig/vault-ha-tls/vault.ca" - } - storage "raft" { - path = "/vault/data" - } - disable_mlock = true - service_registration "kubernetes" {} + replicas: 3 + raft: + enabled: true + setNodeId: true + config: | + cluster_name = "vault-integrated-storage" + ui = true + listener "tcp" { + tls_disable = 0 + address = "[::]:8200" + cluster_address = "[::]:8201" + tls_cert_file = "/vault/userconfig/vault-ha-tls/vault.crt" + tls_key_file = "/vault/userconfig/vault-ha-tls/vault.key" + tls_client_ca_file = "/vault/userconfig/vault-ha-tls/vault.ca" + } + storage "raft" { + path = "/vault/data" + } + disable_mlock = true + service_registration "kubernetes" {} destination: