Skip to content

Commit

Permalink
Drop unnecessary reconciliations
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dinov <[email protected]>
  • Loading branch information
atanasdinov committed Jul 22, 2024
1 parent 105bdf1 commit 0e9d35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/upgradeplan_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (r *UpgradePlanReconciler) createPlan(ctx context.Context, upgradePlan *lif

r.recordCreatedPlan(upgradePlan, plan.Name, plan.Namespace)

return ctrl.Result{Requeue: true}, nil
return ctrl.Result{}, nil
}

func setInProgressCondition(plan *lifecyclev1alpha1.UpgradePlan, conditionType, message string) {
Expand Down

0 comments on commit 0e9d35a

Please sign in to comment.