Skip to content

Commit

Permalink
UPSTREAM: <carry>: openshift-kube-apiserver: add kube-apiserver patches
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Nov 28, 2024
1 parent 5c9025a commit bd4684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-apiserver/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ cluster's shared state through which all other components interact.`,
return err
}
// initialize feature gates again with the new flags
if err := utilversion.DefaultComponentGlobalsRegistry.Set(); err != nil {
if err := featuregate.DefaultComponentGlobalsRegistry.Set(); err != nil {
return err
}

Expand Down

0 comments on commit bd4684a

Please sign in to comment.