From 00f6698e0da98541127e55e704e2992bf86bafd0 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 17:59:38 +0200 Subject: [PATCH] fix: update cert-manager webhook patch paths to remove caBundle instead of non-existent fields --- 08-cert-manager/fleet.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/08-cert-manager/fleet.yaml b/08-cert-manager/fleet.yaml index 13151a5..b59bfc7 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": "/mutate"} + - {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"} - apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration - name: ert-manager-webhook + name: cert-manager-webhook operations: - - {"op": "remove", "path": "/validate"} \ No newline at end of file + - {"op": "remove", "path": "/webhooks/0/clientConfig/caBundle"} \ No newline at end of file