From 40e864b71f5b29be52d9724ec553e783c7c13625 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 09:37:47 +0000 Subject: [PATCH] feat(argocd): enable self-management by removing argocd exclusion Remove the 'argocd/**' exclusion from the root stack Application so that Argo CD manages its own configuration via the app-of-apps pattern. The apps/argocd/ directory already contains all manifests (install, ingress, sealed secrets) and app-argocd.yaml defines the dedicated argocd Application. Co-Authored-By: Paperclip --- apps/app-stack-basicstack-de.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app-stack-basicstack-de.yaml b/apps/app-stack-basicstack-de.yaml index f86ca50..e9a9d38 100644 --- a/apps/app-stack-basicstack-de.yaml +++ b/apps/app-stack-basicstack-de.yaml @@ -11,7 +11,6 @@ spec: path: apps directory: recurse: true - exclude: 'argocd/**' destination: server: https://kubernetes.default.svc syncPolicy: