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 1b562af commit f64ab6dCopy full SHA for f64ab6d
pkg/operator/starter.go
@@ -476,6 +476,10 @@ func prepareOauthAPIServerOperator(
476
477
const apiServerConditionsPrefix = "APIServer"
478
479
+ statusControllerOptions = append(statusControllerOptions, func(ss *status.StatusSyncer) *status.StatusSyncer {
480
+ return ss.WithVersionRemoval()
481
+ })
482
+
483
apiServerControllers, err := apiservercontrollerset.NewAPIServerControllerSet(
484
"oauth-apiserver",
485
authOperatorInput.authenticationOperatorClient,
0 commit comments