diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml index 9438baf..bdee2e2 100644 --- a/argocd/templates/vault.yaml +++ b/argocd/templates/vault.yaml @@ -1,21 +1,23 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: vault + name: bitwarden namespace: argocd spec: project: default source: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main - path: vault + path: bitwarden + directory: + recurse: true destination: - namespace: vault - name: in-cluster + server: https://kubernetes.default.svc + namespace: bitwarden syncPolicy: automated: prune: true - selfHeal: true + selfHeal: false syncOptions: - - CreateNamespace=true + - CreateNamespace=true