Skip to content

Commit

Permalink
Fix Route CRD
Browse files Browse the repository at this point in the history
The OCP 4.12 route was failing validation.

Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Oct 15, 2024
1 parent 1137556 commit c083e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $(KIND_KUBECONFIG):
KUBECONFIG=$(KIND_KUBECONFIG) kubectl apply -f \
https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.64.1/example/prometheus-operator-crd-full/monitoring.coreos.com_servicemonitors.yaml
KUBECONFIG=$(KIND_KUBECONFIG) kubectl create -f \
https://raw.githubusercontent.com/openshift/api/release-4.12/route/v1/route.crd.yaml
https://raw.githubusercontent.com/openshift/api/release-4.17/route/v1/zz_generated.crd-manifests/routes-Default.crd.yaml

.PHONY: kind-delete-cluster
kind-delete-cluster: ## Delete a kind cluster.
Expand Down

0 comments on commit c083e42

Please sign in to comment.