From a3df673669e560bf6ce89b774acea019148a03bb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 14:17:44 -0500 Subject: [PATCH] test --- argocd/templates/durpapi.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/argocd/templates/durpapi.yaml b/argocd/templates/durpapi.yaml index 65537bc..6a0365f 100644 --- a/argocd/templates/durpapi.yaml +++ b/argocd/templates/durpapi.yaml @@ -9,15 +9,12 @@ spec: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main path: durpapi - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: durpapi + name: in-cluster syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true syncOptions: - - CreateNamespace=true - + - CreateNamespace=true