From b9ddbbc83014f8dc3c846f16b9e8e34069a6a696 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 17:47:57 +0200 Subject: [PATCH] feat: add ignore diff patches for cert-manager webhook configurations to fleet.yaml --- 08-cert-manager/fleet.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/08-cert-manager/fleet.yaml b/08-cert-manager/fleet.yaml index 372a39a..13151a5 100644 --- a/08-cert-manager/fleet.yaml +++ b/08-cert-manager/fleet.yaml @@ -14,4 +14,17 @@ helm: config: enableGatewayAPI: true crds: - enabled: true \ No newline at end of file + 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"} \ No newline at end of file