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:
parent
3eb4c7fe92
commit
40e864b71f
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +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