fix: remove ServerSideApply from argo-rollouts to resolve CRD drift
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 3s
PR Checks / Validate & Security Scan (pull_request) Successful in 11s

SSA causes perpetual OutOfSync on CRDs due to field manager conflicts.
Client-side apply works correctly for Helm charts with CRDs.

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

View File

@ -27,17 +27,9 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: argo-rollouts
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jqPathExpressions:
- .metadata
- .spec.versions[]?.schema
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true