Skip to content

Commit

Permalink
Merge pull request #335 from zaneb/revert-default-webhook-port
Browse files Browse the repository at this point in the history
NO-ISSUE: Revert "downstream-only: Disable webhooks"
  • Loading branch information
openshift-merge-bot[bot] committed May 7, 2024
2 parents 33cfa9f + 2cf380e commit 3df2ece
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ func main() {
"use the demo provisioner to set host states")
flag.StringVar(&healthAddr, "health-addr", ":9440",
"The address the health endpoint binds to.")
// NOTE (honza): Downstream only: disabling webhooks until CBO supports them
flag.IntVar(&webhookPort, "webhook-port", 0,
flag.IntVar(&webhookPort, "webhook-port", 9443,
"Webhook Server port (set to 0 to disable)")
flag.Float64Var(&restConfigQPS, "kube-api-qps", 20,
"Maximum queries per second from the controller client to the Kubernetes API server. Default 20")
Expand Down

0 comments on commit 3df2ece

Please sign in to comment.