From 4f4779b155bdc4e1edc0c83b0da1d513e45e274a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 1 Jan 2023 15:32:49 +0000 Subject: [PATCH] test --- argocd/templates/heimdall.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd/templates/heimdall.yaml b/argocd/templates/heimdall.yaml index e9dc188..76004ed 100644 --- a/argocd/templates/heimdall.yaml +++ b/argocd/templates/heimdall.yaml @@ -9,6 +9,8 @@ spec: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main path: heimdall + directory: + recurse: true destination: server: https://kubernetes.default.svc namespace: heimdall @@ -17,4 +19,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true + - CreateNamespace=true \ No newline at end of file