fix: update patch path to remove entire webhooks block in cert-manager configuration

This commit is contained in:
2026-05-06 00:35:14 +02:00
parent 00f6698e0d
commit e2fec86130
+2 -2
View File
@@ -22,9 +22,9 @@ diff:
kind: MutatingWebhookConfiguration
name: cert-manager-webhook
operations:
- {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"}
- {"op": "remove", "path": "/webhooks"}
- apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
name: cert-manager-webhook
operations:
- {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"}
- {"op": "remove", "path": "/webhooks"}