From aa594de4b528ed4d455021729bfa98eed6534360 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 16 Apr 2023 14:45:44 +0000 Subject: [PATCH] Update file heimdall.yaml --- argocd/templates/heimdall.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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