Skip to content

Commit

Permalink
Enable podmonitor
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <richard.wall@venafi.com>
  • Loading branch information
wallrj committed Jun 28, 2024
1 parent e818759 commit 373564b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/test-e2e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ e2e-setup-cert-manager: | kind-cluster $(NEEDS_HELM) $(NEEDS_KUBECTL)
--set startupapicheck.image.repository=$(quay.io/jetstack/cert-manager-startupapicheck.REPO) \
--set startupapicheck.image.tag=$(quay.io/jetstack/cert-manager-startupapicheck.TAG) \
--set startupapicheck.image.pullPolicy=Never \
--set prometheus.podmonitor.enabled=true \
cert-manager cert-manager >/dev/null

# The "install" target can be run on its own with any currently active cluster,
Expand All @@ -46,7 +47,7 @@ endif

test-e2e-deps: INSTALL_OPTIONS :=
test-e2e-deps: INSTALL_OPTIONS += --set image.repository=$(oci_manager_image_name_development)
# test-e2e-deps: INSTALL_OPTIONS += --set metrics.enabled=true
test-e2e-deps: INSTALL_OPTIONS += --set metrics.podmonitor.enabled=true
test-e2e-deps: e2e-setup-cert-manager
test-e2e-deps: install

Expand Down

0 comments on commit 373564b

Please sign in to comment.