Skip to content

Commit f6e4de6

Browse files
khrmtekton-robot
authored andcommitted
Update pod-template.yaml example in cheat sheet
Removed runAsNonRoot and runAsUser from pod-template.yaml in the release cheat sheet.
1 parent a356319 commit f6e4de6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tekton/release-cheat-sheet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ the triggers repo, a terminal window and a text editor.
114114
cat <<EOF > pod-template.yaml
115115
securityContext:
116116
fsGroup: 65532
117-
runAsNonRoot: true
118-
runAsUser: 65532
119117
EOF
120118
```
121119

0 commit comments

Comments
 (0)