Skip to content

Commit

Permalink
bindaddress
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Dec 1, 2023
1 parent 1a2fb9f commit ffaab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cps_controller_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (r *GatekeeperReconciler) handleCPSController(mainCtx context.Context,
cpsMgr, err := ctrl.NewManager(r.KubeConfig, ctrl.Options{
Scheme: r.Scheme,
Metrics: server.Options{
BindAddress: ":0",
BindAddress: "0",
},
LeaderElection: r.EnableLeaderElection,
LeaderElectionID: "5ff985ccc.constraintstatuspod.gatekeeper.sh",
Expand Down

0 comments on commit ffaab24

Please sign in to comment.