Skip to content

Commit 1d67494

Browse files
authored
fix: multi app creation may failed (#125)
1 parent 116b76b commit 1d67494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/application_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func (r *ApplicationReconciler) Reconcile(ctx context.Context, req ctrl.Request)
151151
if err != nil {
152152
return ctrl.Result{}, err
153153
}
154-
154+
continue
155155
}
156156
return ctrl.Result{}, err
157157
} // end if error

0 commit comments

Comments
 (0)