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 <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-12 09:37:47 +00:00
parent 3eb4c7fe92
commit 40e864b71f

View file

@ -11,7 +11,6 @@ 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: