We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1137556 commit c083e42Copy full SHA for c083e42
Makefile
@@ -164,7 +164,7 @@ $(KIND_KUBECONFIG):
164
KUBECONFIG=$(KIND_KUBECONFIG) kubectl apply -f \
165
https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.64.1/example/prometheus-operator-crd-full/monitoring.coreos.com_servicemonitors.yaml
166
KUBECONFIG=$(KIND_KUBECONFIG) kubectl create -f \
167
- 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
168
169
.PHONY: kind-delete-cluster
170
kind-delete-cluster: ## Delete a kind cluster.
0 commit comments