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