Skip to content

Commit 2fc3239

Browse files
committed
Leave secure port unset
1 parent 7cb52b2 commit 2fc3239

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/start.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func NewStashOptions(out, errOut io.Writer) *StashOptions {
3232
StdErr: errOut,
3333
}
3434
o.RecommendedOptions.Etcd = nil
35-
o.RecommendedOptions.SecureServing.BindPort = 8443
3635

3736
return o
3837
}

0 commit comments

Comments
 (0)