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