From e420aa380802309f3aefb89d145ab941eeefe36d Mon Sep 17 00:00:00 2001 From: platform-engineer Date: Sun, 12 Jul 2026 23:38:48 +0000 Subject: [PATCH] fix(argocd): drop redundant directory.recurse=false so k3s-cluster-root self-heal converges --- argocd/apps/argocd.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/argocd/apps/argocd.yaml b/argocd/apps/argocd.yaml index 4372df5..59200d5 100644 --- a/argocd/apps/argocd.yaml +++ b/argocd/apps/argocd.yaml @@ -11,8 +11,6 @@ spec: repoURL: https://git.rogi.casa/roger/k3s-cluster.git targetRevision: main path: argocd - directory: - recurse: false destination: server: https://kubernetes.default.svc namespace: argocd -- 2.49.1