From fee020c97a444f583f4a01cb31f10597c97b8d9c Mon Sep 17 00:00:00 2001 From: Kevin Carr Date: Fri, 14 Jun 2024 11:08:13 -0500 Subject: [PATCH] #7617 support k8s native sidecar --- pkg/reconciler/taskrun/taskrun.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/reconciler/taskrun/taskrun.go b/pkg/reconciler/taskrun/taskrun.go index 5e577ac44d0..66213faf9d6 100644 --- a/pkg/reconciler/taskrun/taskrun.go +++ b/pkg/reconciler/taskrun/taskrun.go @@ -353,7 +353,6 @@ func (c *Reconciler) stopSidecars(ctx context.Context, tr *v1.TaskRun) error { logger.Errorf("Error stopping sidecars for TaskRun %q: %v", tr.Name, err) tr.Status.MarkResourceFailed(v1.TaskRunReasonStopSidecarFailed, err) } - } return nil }