From cbe700552d920478d7e00b81719cdcc21dc3839b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 9 Nov 2022 17:33:51 -0600 Subject: [PATCH] update vault --- argocd/templates/vault.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml index b5f27dd..9438baf 100644 --- a/argocd/templates/vault.yaml +++ b/argocd/templates/vault.yaml @@ -9,15 +9,13 @@ spec: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main path: vault - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: vault + name: in-cluster syncPolicy: automated: prune: true - selfHeal: false + selfHeal: true syncOptions: - - CreateNamespace=true + - CreateNamespace=true