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
|
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