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:
CTO Agent 2026-07-12 09:26:12 +00:00
parent fe9301f891
commit 68adf00375

View file

@ -12,8 +12,7 @@ spec:
directory:
recurse: true
exclude: |
argocd/*
!argocd/app-*.yaml
**/argocd/**
destination:
server: https://kubernetes.default.svc
syncPolicy: