Skip to content

Commit f64ab6d

Browse files
committed
drop! pull fix from #798
1 parent 1b562af commit f64ab6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/operator/starter.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,10 @@ func prepareOauthAPIServerOperator(
476476

477477
const apiServerConditionsPrefix = "APIServer"
478478

479+
statusControllerOptions = append(statusControllerOptions, func(ss *status.StatusSyncer) *status.StatusSyncer {
480+
return ss.WithVersionRemoval()
481+
})
482+
479483
apiServerControllers, err := apiservercontrollerset.NewAPIServerControllerSet(
480484
"oauth-apiserver",
481485
authOperatorInput.authenticationOperatorClient,

0 commit comments

Comments
 (0)