Skip to content

Commit

Permalink
Fix serviceAccountName in v1 Examples
Browse files Browse the repository at this point in the history
This commit fixes the serviceAccountName in v1 examples which
has been previously covered because it is set as default.
  • Loading branch information
JeromeJu authored and tekton-robot committed Apr 14, 2023
1 parent fbdb75c commit 645d3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
name: add-pipeline-taskspec
taskRunSpecs:
- pipelineTaskName: first-add-taskspec
taskServiceAccountName: 'default'
serviceAccountName: 'default'
- pipelineTaskName: second-add-taskspec
taskPodTemplate:
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
name: add-pipeline-taskspec
taskRunSpecs:
- pipelineTaskName: first-add-taskspec
taskServiceAccountName: 'default'
serviceAccountName: 'default'
- pipelineTaskName: second-add-taskspec
taskPodTemplate:
nodeSelector:
Expand Down

0 comments on commit 645d3d3

Please sign in to comment.