From 146b206e80e02ff909400213400e7e23f654d9f9 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 09:39:51 +0000 Subject: [PATCH] revert: restore argocd/** exclusion in stack-basicstack-de Removing the exclusion caused the root app to apply argocd raw manifests directly (bypassing kustomize), breaking namespace resolution. The correct self-management design is: app-argocd.yaml Application is picked up by the root app, which then delegates to the argocd Application managing apps/argocd/ via kustomize. The exclusion of argocd/** prevents double-applying resources. Co-Authored-By: Paperclip --- apps/app-stack-basicstack-de.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app-stack-basicstack-de.yaml b/apps/app-stack-basicstack-de.yaml index e9a9d38..f86ca50 100644 --- a/apps/app-stack-basicstack-de.yaml +++ b/apps/app-stack-basicstack-de.yaml @@ -11,6 +11,7 @@ spec: path: apps directory: recurse: true + exclude: 'argocd/**' destination: server: https://kubernetes.default.svc syncPolicy: