Simplify argocd exclusion pattern to fix discovery issue
Change from multiline exclude with **/ pattern to simple single-line 'argocd/**' pattern relative to apps/ path. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
7b6a0064b9
commit
a4657317f2
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ spec:
|
||||||
path: apps
|
path: apps
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
exclude: |
|
exclude: 'argocd/**'
|
||||||
**/argocd/**
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue