Skip to content

Commit 75f622f

Browse files
authoredDec 13, 2024··
fix(Gateway API): CRDs should only be defined once
1 parent 33af61b commit 75f622f

File tree

3 files changed

+2
-10347
lines changed

3 files changed

+2
-10347
lines changed
 

‎traefik/crds/gateway-standard-install-v1.2.0.yaml

-10,345
This file was deleted.

‎traefik/crds/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
kind: Kustomization
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
resources:
5-
# curl -o gateway-standard-install-v1.2.1.yaml -L https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
6-
- gateway-standard-install-v1.2.1.yaml
5+
# curl -o gateway-standard-install.yaml -L https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
6+
- gateway-standard-install.yaml
77
- hub.traefik.io_accesscontrolpolicies.yaml
88
- hub.traefik.io_apiaccesses.yaml
99
- hub.traefik.io_apicatalogitems.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.