Skip to content

Commit bd4684a

Browse files
committed
UPSTREAM: <carry>: openshift-kube-apiserver: add kube-apiserver patches
1 parent 5c9025a commit bd4684a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kube-apiserver/app/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ cluster's shared state through which all other components interact.`,
121121
return err
122122
}
123123
// initialize feature gates again with the new flags
124-
if err := utilversion.DefaultComponentGlobalsRegistry.Set(); err != nil {
124+
if err := featuregate.DefaultComponentGlobalsRegistry.Set(); err != nil {
125125
return err
126126
}
127127

0 commit comments

Comments
 (0)