Skip to content

Commit

Permalink
chore(v2beta1): change sub reconciler order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Aug 10, 2023
1 parent 69f56e0 commit 6a5be70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions controllers/apps/v2beta1/emqx_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,10 @@ func (r *EMQXReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.

for _, subReconciler := range []subReconciler{
&addBootstrap{r},
&updateStatus{r},
&updatePodConditions{r},
&syncConfig{r},
&addSvc{r},
&addCore{r},
&addRepl{r},
&syncConfig{r},
&addSvc{r},
&updatePodConditions{r},
&syncPods{r},
&updateStatus{r},
Expand Down

0 comments on commit 6a5be70

Please sign in to comment.