Skip to content

Commit 20a1ad6

Browse files
committed
React to library-go update
1 parent bcf423d commit 20a1ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/replacement_starter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func CreateOperatorStarter(ctx context.Context, authOperatorInput *authenticatio
282282
ret.ControllerRunFns = append(ret.ControllerRunFns, libraryapplyconfiguration.AdaptRunFn(resourceSyncer.Run))
283283
ret.ControllerRunOnceFns = append(ret.ControllerRunOnceFns, libraryapplyconfiguration.AdaptSyncFn(authOperatorInput.eventRecorder, resourceSyncer.Sync))
284284

285-
configOverridesController := unsupportedconfigoverridescontroller.NewUnsupportedConfigOverridesController(authOperatorInput.authenticationOperatorClient, authOperatorInput.eventRecorder)
285+
configOverridesController := unsupportedconfigoverridescontroller.NewUnsupportedConfigOverridesController("openshift-auhentication", authOperatorInput.authenticationOperatorClient, authOperatorInput.eventRecorder)
286286
ret.ControllerRunFns = append(ret.ControllerRunFns, libraryapplyconfiguration.AdaptRunFn(configOverridesController.Run))
287287
ret.ControllerRunOnceFns = append(ret.ControllerRunOnceFns, libraryapplyconfiguration.AdaptSyncFn(authOperatorInput.eventRecorder, configOverridesController.Sync))
288288

0 commit comments

Comments
 (0)