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:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
exclude: |
|
exclude: |
|
||||||
argocd/*
|
**/argocd/**
|
||||||
!argocd/app-*.yaml
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue