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 07bae74 commit 92ca31eCopy full SHA for 92ca31e
Makefile
@@ -286,7 +286,7 @@ test-experimental-e2e: run image-registry prometheus experimental-e2e e2e e2e-co
286
.PHONY: prometheus
287
prometheus: PROMETHEUS_NAMESPACE := olmv1-system
288
prometheus: PROMETHEUS_VERSION := v0.83.0
289
-prometheus: #EXHELP Deploy Prometheus into specified namespace
+prometheus: $(KUSTOMIZE) #EXHELP Deploy Prometheus into specified namespace
290
./hack/test/install-prometheus.sh $(PROMETHEUS_NAMESPACE) $(PROMETHEUS_VERSION) $(KUSTOMIZE) $(VERSION)
291
292
.PHONY: test-extension-developer-e2e
0 commit comments