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 <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-12 09:39:51 +00:00
parent 40e864b71f
commit 146b206e80

View file

@ -11,6 +11,7 @@ spec:
path: apps path: apps
directory: directory:
recurse: true recurse: true
exclude: 'argocd/**'
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
syncPolicy: syncPolicy: