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