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:
parent
40e864b71f
commit
146b206e80
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue