Skip to content

Commit cf20e19

Browse files
committed
do not retry when installplan is not found
1 parent 372d6cd commit cf20e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/addon/phase_observe_operatorresource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (r *olmReconciler) observeOperatorResource(
4141
currentSub.Status.InstallPlanRef.Namespace,
4242
)
4343
if err != nil {
44-
return resultRetry, err
44+
return resultNil, err
4545
}
4646

4747
if currentIp.Status.Phase == operatorsv1alpha1.InstallPlanPhaseRequiresApproval {

0 commit comments

Comments
 (0)