Skip to content

Commit

Permalink
fix: multi app creation may failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah committed Jan 8, 2025
1 parent 116b76b commit db8a068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/application_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (r *ApplicationReconciler) Reconcile(ctx context.Context, req ctrl.Request)
if err != nil {
return ctrl.Result{}, err
}

continue
}
return ctrl.Result{}, err
} // end if error
Expand Down

0 comments on commit db8a068

Please sign in to comment.