Skip to content

Commit 28a8c1c

Browse files
committed
Fix cmd/main.go path in run-with-webhooks
The file was moved (or recreated) as part of openstack-k8s-operators#788 and the path in hack/run_with_local_wehbook.sh wasn't adjusted correctly.
1 parent bf35154 commit 28a8c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/run_with_local_webhook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@ else
303303
oc scale --replicas=0 -n openstack-operators deploy/telemetry-operator-controller-manager
304304
fi
305305

306-
go run ./cmdmain.go -metrics-bind-address ":${METRICS_PORT}" -health-probe-bind-address ":${HEALTH_PORT}" -pprof-bind-address ":${PPROF_PORT}" -webhook-bind-address "${WEBHOOK_PORT}"
306+
go run ./cmd/main.go -metrics-bind-address ":${METRICS_PORT}" -health-probe-bind-address ":${HEALTH_PORT}" -pprof-bind-address ":${PPROF_PORT}" -webhook-bind-address "${WEBHOOK_PORT}"

0 commit comments

Comments
 (0)