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:
CTO Agent 2026-07-12 09:29:53 +00:00
parent 7b6a0064b9
commit a4657317f2

View file

@ -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: