fix: broaden CRD ignoreDifferences for argo-rollouts
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 1s
PR Checks / Validate & Security Scan (pull_request) Successful in 10s

Use jqPathExpressions to ignore entire .metadata and .spec.versions
schema sections on CRDs, which drift due to ServerSideApply field
manager changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root 2026-02-22 21:04:03 +01:00
parent efa4a1a8d5
commit 1b353559ce

View File

@ -30,10 +30,9 @@ spec:
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jsonPointers:
- /metadata/labels
- /metadata/annotations
- /spec/names/shortNames
jqPathExpressions:
- .metadata
- .spec.versions[]?.schema
syncPolicy:
automated:
prune: true