From 68adf003754870f3d9d3284a197418537e8b73a3 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 09:26:12 +0000 Subject: [PATCH] Fix argocd exclusion pattern in stack Application Fully exclude argocd directory from stack Application to prevent namespace errors. The argocd Application (apps/app-argocd.yaml) handles all argocd resources via kustomize. Co-Authored-By: Paperclip --- apps/argocd/app-stack-basicstack-de.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/argocd/app-stack-basicstack-de.yaml b/apps/argocd/app-stack-basicstack-de.yaml index 68091db..1799a05 100644 --- a/apps/argocd/app-stack-basicstack-de.yaml +++ b/apps/argocd/app-stack-basicstack-de.yaml @@ -12,8 +12,7 @@ spec: directory: recurse: true exclude: | - argocd/* - !argocd/app-*.yaml + **/argocd/** destination: server: https://kubernetes.default.svc syncPolicy: