From 09f794400110e32770c06cf08f05de24ca567b98 Mon Sep 17 00:00:00 2001 From: nold Date: Thu, 2 Dec 2021 17:10:38 +0100 Subject: [PATCH] Cleanup: vault --- projects/vault/project.yml | 5 ----- projects/vault/values/vault.yaml | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/projects/vault/project.yml b/projects/vault/project.yml index 217cf95b..28100cc3 100644 --- a/projects/vault/project.yml +++ b/projects/vault/project.yml @@ -7,11 +7,6 @@ apps: chart: vault targetRevision: 0.18.0 syncWave: "-3" - parameters: - - name: global.psp.enabled - value: "true" - - name: server.dev.enabled - value: "false" # Vault Secret Operator for automatic Secret injection - name: vault-secrets-operator diff --git a/projects/vault/values/vault.yaml b/projects/vault/values/vault.yaml index 16d8ee76..589e4c44 100644 --- a/projects/vault/values/vault.yaml +++ b/projects/vault/values/vault.yaml @@ -1,5 +1,5 @@ global: - enabled: true + enabled: true tlsDisable: true psp: enable: true @@ -25,7 +25,7 @@ server: storageClass: local-path dev: enabled: false - ha: + ha: enabled: false ingress: annotations: @@ -58,4 +58,4 @@ server: path = "/vault/data" } ui: - enabled: true \ No newline at end of file + enabled: true