From 0026433f12ed32f6967492b98dc0068c3ade352b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 3 Nov 2022 16:53:45 -0500 Subject: [PATCH] update --- argocd/templates/hashivault.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: