root-app: add ignoreDifferences for Application finalizers
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 13s
PR Checks / Validate & Security Scan (pull_request) Successful in 20s

ArgoCD child apps (e.g. kyverno) get extra finalizers added at runtime,
causing root app-of-apps to show OutOfSync perpetually. Ignore
/metadata/finalizers drift on Application resources.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root 2026-02-22 10:02:37 +01:00
parent 0a6ef6cab6
commit d047481de0

View File

@ -12,6 +12,11 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd
ignoreDifferences:
- group: argoproj.io
kind: Application
jsonPointers:
- /metadata/finalizers
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true