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