fix: ignore CRD status/caBundle drift on metallb Application

Prevents perpetual OutOfSync on bgppeers.metallb.io and other metallb CRDs caused by apiserver-populated .status fields not present in the Helm chart source.
This commit is contained in:
2026-07-21 10:39:39 +07:00
parent 2e5037d6f4
commit 02b4f1f926

View File

@@ -26,3 +26,9 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jsonPointers:
- /status
- /spec/conversion/webhook/clientConfig/caBundle