From e4e937119a12a988f2bc3564675e585d6c653507 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Mon, 4 May 2026 17:22:05 +0200 Subject: [PATCH] feat: add comparison patches to remove match constraints for gateway-api-crds ValidatingAdmissionPolicy --- 01-crds/fleet.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/01-crds/fleet.yaml b/01-crds/fleet.yaml index 26a05c5..1d49355 100644 --- a/01-crds/fleet.yaml +++ b/01-crds/fleet.yaml @@ -1,4 +1,17 @@ # deployments/01-gateway-api-crds/fleet.yaml kind: Bundle metadata: - name: gateway-api-crds # Dieser Name ist wichtig für die Abhängigkeit \ No newline at end of file + name: gateway-api-crds # Dieser Name ist wichtig für die Abhängigkeit + +diff: + comparePatches: + - apiVersion: admissionregistration.k8s.io/v1 + kind: ValidatingAdmissionPolicy + name: safe-upgrades.gateway.networking.k8s.io + operations: + - {"op": "remove", "path": "/spec/matchConstraints"} + - apiVersion: admissionregistration.k8s.io/v1 + kind: ValidatingAdmissionPolicyBinding + name: safe-upgrades.gateway.networking.k8s.io + operations: + - {"op": "remove", "path": "/spec/matchResources"} \ No newline at end of file