Skip to content

Commit

Permalink
fix: fix sometimes can not update sts
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Apr 9, 2024
1 parent 309d164 commit aed1400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/apps/v2beta1/emqx_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit aed1400

Please sign in to comment.