Skip to content

Commit c0aba24

Browse files
committed
WIP: add kustomize dependency to prometheus
Signed-off-by: Todd Short <[email protected]>
1 parent 1667364 commit c0aba24

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
@@ -284,7 +284,7 @@ test-experimental-e2e: run image-registry prometheus experimental-e2e e2e e2e-me
284284
.PHONY: prometheus
285285
prometheus: PROMETHEUS_NAMESPACE := olmv1-system
286286
prometheus: PROMETHEUS_VERSION := v0.83.0
287-
prometheus: #EXHELP Deploy Prometheus into specified namespace
287+
prometheus: $(KUSTOMIZE) #EXHELP Deploy Prometheus into specified namespace
288288
./hack/test/install-prometheus.sh $(PROMETHEUS_NAMESPACE) $(PROMETHEUS_VERSION) $(KUSTOMIZE) $(VERSION)
289289

290290
# The output alerts.out file contains any alerts, pending or firing, collected during a test run in json format.

0 commit comments

Comments
 (0)