Skip to content

Commit c083e42

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Fix Route CRD
The OCP 4.12 route was failing validation. Signed-off-by: Dale Haiducek <[email protected]>
1 parent 1137556 commit c083e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $(KIND_KUBECONFIG):
164164
KUBECONFIG=$(KIND_KUBECONFIG) kubectl apply -f \
165165
https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.64.1/example/prometheus-operator-crd-full/monitoring.coreos.com_servicemonitors.yaml
166166
KUBECONFIG=$(KIND_KUBECONFIG) kubectl create -f \
167-
https://raw.githubusercontent.com/openshift/api/release-4.12/route/v1/route.crd.yaml
167+
https://raw.githubusercontent.com/openshift/api/release-4.17/route/v1/zz_generated.crd-manifests/routes-Default.crd.yaml
168168

169169
.PHONY: kind-delete-cluster
170170
kind-delete-cluster: ## Delete a kind cluster.

0 commit comments

Comments
 (0)