diff --git a/controllers/apps/v2beta1/emqx_controller.go b/controllers/apps/v2beta1/emqx_controller.go index d64d7f6f..1ca8f49f 100644 --- a/controllers/apps/v2beta1/emqx_controller.go +++ b/controllers/apps/v2beta1/emqx_controller.go @@ -122,10 +122,10 @@ func (r *EMQXReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl. for _, subReconciler := range []subReconciler{ &addBootstrap{r}, &updateStatus{r}, - &syncConfig{r}, &addCore{r}, &addRepl{r}, &addPdb{r}, + &syncConfig{r}, &addSvc{r}, &updatePodConditions{r}, &updateStatus{r},