refactor: reorganize fleet bundles and shift BGP and gateway-api configurations to new directory structure
This commit is contained in:
@@ -0,0 +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
|
||||
|
||||
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