Skip to content

Commit

Permalink
still in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzp1996 committed Aug 16, 2022
1 parent 8c59d6f commit 611b882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
status: proposed
title: Add taskRunSpec template in PipelineRun
title: Add taskRun template in PipelineRun
creation-date: '2022-08-12'
last-updated: '2022-08-12'
authors:
- '@yuzp1996'
---

# TEP-0119: Add taskRunSpec template in PipelineRun
# TEP-0119: Add taskRun template in PipelineRun

<!-- toc -->
- [Summary](#summary)
Expand All @@ -31,7 +31,7 @@ I would like to use the same service account for all of my pipeline tasks except
I want to specify compute resources that each TaskRun in my PipelineRun should run with, and don't want to have to specify them individually for each TaskRun.

## Proposal
Add filed taskRunSpecTemplate to PipelineRun.Spec then we can specify the common configuration in taskRunSpecTemplate, and the configuration will apply to all the TasRun.
Add filed taskRunTemplate to PipelineRun.Spec then we can specify the common configuration in taskRunTemplate, and the configuration will apply to all the TaskRun.

```yaml
apiVersion: tekton.dev/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ This is the complete list of Tekton teps:
|[TEP-0114](0114-custom-tasks-beta.md) | Custom Tasks Beta | implementable | 2022-07-12 |
|[TEP-0116](0116-referencing-finally-task-results-in-pipeline-results.md) | Referencing Finally Task Results in Pipeline Results | implemented | 2022-08-11 |
|[TEP-0118](0118-matrix-with-explicit-combinations-of-parameters.md) | Matrix with Explicit Combinations of Parameters | implementable | 2022-08-08 |
|[TEP-0119](0119-add-taskrunspec-template-in-pipelinerun.md) | Add taskRunSpec template in PipelineRun | proposed | 2022-08-12 |
|[TEP-0119](0119-add-taskrun-template-in-pipelinerun.md) | Add taskRun template in PipelineRun | proposed | 2022-08-12 |

0 comments on commit 611b882

Please sign in to comment.