Skip to content

Commit

Permalink
Leave secure port unset
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Feb 12, 2018
1 parent 7cb52b2 commit 2fc3239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/start.go
Expand Up @@ -32,7 +32,6 @@ func NewStashOptions(out, errOut io.Writer) *StashOptions {
StdErr: errOut,
}
o.RecommendedOptions.Etcd = nil
o.RecommendedOptions.SecureServing.BindPort = 8443

return o
}
Expand Down

0 comments on commit 2fc3239

Please sign in to comment.