We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16428e3 commit 7b536e6Copy full SHA for 7b536e6
1 file changed
pkg/controllers/tiproxygroup/builder.go
@@ -59,6 +59,7 @@ func (r *Reconciler) NewRunner(state *tasks.ReconcileContext, reporter task.Task
59
60
tasks.TaskService(state, r.Client),
61
tasks.TaskUpdater(state, r.Client, r.AllocateFactory),
62
+ common.TaskGroupStatusSelector[scope.TiProxyGroup](state),
63
common.TaskGroupConditionSuspended[scope.TiProxyGroup](state),
64
common.TaskGroupConditionReady[scope.TiProxyGroup](state),
65
common.TaskGroupConditionSynced[scope.TiProxyGroup](state),
0 commit comments