From 134a86c46c1ac391695fbe75bf17de20c032f1bf Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 8 Sep 2024 13:48:07 +0200 Subject: [PATCH] Change value files ref --- vault/helm-vault.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vault/helm-vault.yaml b/vault/helm-vault.yaml index 421dd8c..40d7cda 100644 --- a/vault/helm-vault.yaml +++ b/vault/helm-vault.yaml @@ -17,12 +17,13 @@ spec: - chart: vault repoURL: https://helm.releases.hashicorp.com targetRevision: 0.28.1 + helm: + valueFiles: + - $values/overrides.yaml - repoURL: https://github.com/rubenhensen/k8scd path: vault targetRevision: HEAD - helm: - valueFiles: - - $values/override.yaml + ref: values destination: server: https://kubernetes.default.svc namespace: vault-system \ No newline at end of file