Skip to content

Commit 92ca31e

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

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
@@ -286,7 +286,7 @@ test-experimental-e2e: run image-registry prometheus experimental-e2e e2e e2e-co
286286
.PHONY: prometheus
287287
prometheus: PROMETHEUS_NAMESPACE := olmv1-system
288288
prometheus: PROMETHEUS_VERSION := v0.83.0
289-
prometheus: #EXHELP Deploy Prometheus into specified namespace
289+
prometheus: $(KUSTOMIZE) #EXHELP Deploy Prometheus into specified namespace
290290
./hack/test/install-prometheus.sh $(PROMETHEUS_NAMESPACE) $(PROMETHEUS_VERSION) $(KUSTOMIZE) $(VERSION)
291291

292292
.PHONY: test-extension-developer-e2e

0 commit comments

Comments
 (0)