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 eab0f8e commit e8fb571Copy full SHA for e8fb571
server/start.go
@@ -65,7 +65,7 @@ func (o StashOptions) Config() (*server.StashConfig, error) {
65
}
66
67
serverConfig := genericapiserver.NewRecommendedConfig(server.Codecs)
68
- if err := o.RecommendedOptions.ApplyTo(serverConfig, server.Scheme); err != nil {
+ if err := o.RecommendedOptions.ApplyTo(serverConfig); err != nil {
69
return nil, err
70
71
// Fixes https://github.com/Azure/AKS/issues/522
0 commit comments