Skip to content

Commit

Permalink
#7617 support k8s native sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
kgcarr committed Jun 14, 2024
1 parent 013b021 commit fee020c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/reconciler/taskrun/taskrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit fee020c

Please sign in to comment.