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 1667364 commit c0aba24Copy full SHA for c0aba24
Makefile
@@ -284,7 +284,7 @@ test-experimental-e2e: run image-registry prometheus experimental-e2e e2e e2e-me
284
.PHONY: prometheus
285
prometheus: PROMETHEUS_NAMESPACE := olmv1-system
286
prometheus: PROMETHEUS_VERSION := v0.83.0
287
-prometheus: #EXHELP Deploy Prometheus into specified namespace
+prometheus: $(KUSTOMIZE) #EXHELP Deploy Prometheus into specified namespace
288
./hack/test/install-prometheus.sh $(PROMETHEUS_NAMESPACE) $(PROMETHEUS_VERSION) $(KUSTOMIZE) $(VERSION)
289
290
# The output alerts.out file contains any alerts, pending or firing, collected during a test run in json format.
0 commit comments