diff --git a/argocd/templates/heimdall.yaml b/argocd/templates/heimdall.yaml index 49a0dfc..d695e34 100644 --- a/argocd/templates/heimdall.yaml +++ b/argocd/templates/heimdall.yaml @@ -9,14 +9,12 @@ spec: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: main path: heimdall - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: heimdall + name: in-cluster syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true