Skip to content

Commit 7b536e6

Browse files
authored
fix: add missing tiproxy selector in status (#6851)
1 parent 16428e3 commit 7b536e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/controllers/tiproxygroup/builder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func (r *Reconciler) NewRunner(state *tasks.ReconcileContext, reporter task.Task
5959

6060
tasks.TaskService(state, r.Client),
6161
tasks.TaskUpdater(state, r.Client, r.AllocateFactory),
62+
common.TaskGroupStatusSelector[scope.TiProxyGroup](state),
6263
common.TaskGroupConditionSuspended[scope.TiProxyGroup](state),
6364
common.TaskGroupConditionReady[scope.TiProxyGroup](state),
6465
common.TaskGroupConditionSynced[scope.TiProxyGroup](state),

0 commit comments

Comments
 (0)