feat: add ignore diff patches for cert-manager webhook configurations to fleet.yaml

This commit is contained in:
2026-05-05 17:47:57 +02:00
parent 1b8fc541cf
commit b9ddbbc830
+13
View File
@@ -15,3 +15,16 @@ helm:
enableGatewayAPI: true
crds:
enabled: true
diff:
comparePatches:
- apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
name: cert-manager-webhook
operations:
- {"op": "remove", "path": "/mutate"}
- apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
name: ert-manager-webhook
operations:
- {"op": "remove", "path": "/validate"}