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 99c2dd6 commit 7dbaa3fCopy full SHA for 7dbaa3f
Makefile
@@ -384,8 +384,8 @@ update-nova-csv:
384
# before deploying with OLM again for other untrappable signals.
385
SKIP_CERT ?=false
386
.PHONY: run-with-webhook
387
-run-with-webhook: export METRICS_PORT?=8080
388
-run-with-webhook: export HEALTH_PORT?=8081
+run-with-webhook: export METRICS_PORT?=24600
+run-with-webhook: export HEALTH_PORT?=24601
389
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
390
/bin/bash hack/clean_local_webhook.sh
391
/bin/bash hack/run_with_local_webhook.sh
0 commit comments