Enable Argo CD self-management by removing argocd exclusion

This allows the stack Application to manage Argo CD's own configuration
via GitOps, implementing the app-of-apps pattern.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-12 09:20:18 +00:00
parent 4f979d657e
commit ba748d6ab4

View file

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