Skip to content

Commit

Permalink
fix(v2beta1): fix status nil error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Aug 15, 2023
1 parent 0cd9017 commit 456cc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/apps/v2beta1/emqx_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (r *EMQXReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.

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

0 comments on commit 456cc5e

Please sign in to comment.