Skip to content

Commit

Permalink
Enforce the old webhook server port value
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sekretenko <[email protected]>
  • Loading branch information
asekretenko committed May 25, 2021
1 parent 867a21c commit 8b1850a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func main() {

mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
CertDir: getEnv("KUDO_CERT_DIR", filepath.Join("/tmp", "cert")),
Port: 443,
SyncPeriod: syncPeriod,
})
if err != nil {
Expand Down

0 comments on commit 8b1850a

Please sign in to comment.