From e2fec861309aaaac7f88fd191b1cee5b78e68680 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Wed, 6 May 2026 00:35:14 +0200 Subject: [PATCH] fix: update patch path to remove entire webhooks block in cert-manager configuration --- 08-cert-manager/fleet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08-cert-manager/fleet.yaml b/08-cert-manager/fleet.yaml index b59bfc7..4bceda0 100644 --- a/08-cert-manager/fleet.yaml +++ b/08-cert-manager/fleet.yaml @@ -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"} \ No newline at end of file + - {"op": "remove", "path": "/webhooks"} \ No newline at end of file