diff --git a/argocd/templates/hashivault.yaml b/argocd/templates/hashivault.yaml index 4000a6a..9438baf 100644 --- a/argocd/templates/hashivault.yaml +++ b/argocd/templates/hashivault.yaml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: hashivault + name: vault namespace: argocd spec: project: default source: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main - path: hashivault + path: vault destination: - namespace: hashivault + namespace: vault name: in-cluster syncPolicy: automated: