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 0d3ceb8 + 4926a68 commit 6eabf5cCopy full SHA for 6eabf5c
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