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:
parent
4f979d657e
commit
ba748d6ab4
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ spec:
|
|||
path: apps
|
||||
directory:
|
||||
recurse: true
|
||||
exclude: |
|
||||
**/argocd/**
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
syncPolicy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue