feat: add comparison patches to remove match constraints for gateway-api-crds ValidatingAdmissionPolicy
This commit is contained in:
+14
-1
@@ -1,4 +1,17 @@
|
|||||||
# deployments/01-gateway-api-crds/fleet.yaml
|
# deployments/01-gateway-api-crds/fleet.yaml
|
||||||
kind: Bundle
|
kind: Bundle
|
||||||
metadata:
|
metadata:
|
||||||
name: gateway-api-crds # Dieser Name ist wichtig für die Abhängigkeit
|
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"}
|
||||||
Reference in New Issue
Block a user