Skip to content

Commit

Permalink
Add documentation for v1 API
Browse files Browse the repository at this point in the history
Prior to this, all examples in our documentation reference the v1beta1
API. This PR also adds reference to the V1 API.
  • Loading branch information
chitrangpatel authored and tekton-robot committed Apr 10, 2023
1 parent a68d924 commit f81fe39
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 369 deletions.
4 changes: 2 additions & 2 deletions docs/migrating-v1beta1-to-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ metadata:
spec:
pipelineRef:
name: clone-test-build
taskRunSpecTemplate:
taskRunTemplate:
serviceAccountName: build
podTemplate:
securityContext:
fsGroup: 65532
```

For more information, see [TEP-119](https://github.com/tektoncd/community/blob/main/teps/0119-add-taskrun-template-in-pipelinerun.md).
For more information, see [TEP-119](https://github.com/tektoncd/community/blob/main/teps/0119-add-taskrun-template-in-pipelinerun.md).
Loading

0 comments on commit f81fe39

Please sign in to comment.