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.
2 parents 268638f + 3f02d77 commit 1fe24e5Copy full SHA for 1fe24e5
pkg/webhook/bootstrap.go
@@ -82,6 +82,9 @@ func (s *Server) setServerDefault() {
82
83
// setBootstrappingDefault does defaulting for the Server bootstrapping.
84
func (s *Server) setBootstrappingDefault() {
85
+ if s.BootstrapOptions == nil {
86
+ s.BootstrapOptions = &BootstrapOptions{}
87
+ }
88
if len(s.MutatingWebhookConfigName) == 0 {
89
s.MutatingWebhookConfigName = "mutating-webhook-configuration"
90
}
0 commit comments