Fix argocd exclusion pattern in stack Application
Fully exclude argocd directory from stack Application to prevent namespace errors. The argocd Application (apps/app-argocd.yaml) handles all argocd resources via kustomize. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
fe9301f891
commit
68adf00375
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ spec:
|
|||
directory:
|
||||
recurse: true
|
||||
exclude: |
|
||||
argocd/*
|
||||
!argocd/app-*.yaml
|
||||
**/argocd/**
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
syncPolicy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue