Skip to content

Commit

Permalink
fix: disable report failed when builder pod is failed
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 25, 2023
1 parent 0644cfb commit 628df75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/resources/bentorequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ func (r *BentoRequestReconciler) Reconcile(ctx context.Context, req ctrl.Request
if err != nil {
return
}
err = errors.Errorf("image builder pod %s status is %s", pod.Name, pod.Status.Phase)
return
}

Expand Down

0 comments on commit 628df75

Please sign in to comment.