We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be360b1 commit 689f681Copy full SHA for 689f681
pkg/envtest/server.go
@@ -59,7 +59,7 @@ var DefaultKubeAPIServerFlags = []string{
59
"--cert-dir={{ .CertDir }}",
60
"--insecure-port={{ if .URL }}{{ .URL.Port }}{{ end }}",
61
"--insecure-bind-address={{ if .URL }}{{ .URL.Hostname }}{{ end }}",
62
- "--secure-port=0",
+ "--secure-port={{ if .SecurePort }}{{ .SecurePort }}{{ end }}",
63
"--admission-control=AlwaysAdmit",
64
}
65
0 commit comments