Skip to content

Commit 144d72f

Browse files
infernus01vdemeester
authored andcommitted
chore: fix YAML indentation in release cheat sheet
Signed-off-by: Shubham Bhardwaj <shubbhar@redhat.com>
1 parent 6cf7efe commit 144d72f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tekton/release-cheat-sheet.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ the pipelines repo, a terminal window and a text editor.
7474
```bash
7575
WORKSPACE_TEMPLATE=$(mktemp /tmp/workspace-template.XXXXXX.yaml)
7676
cat <<'EOF' > $WORKSPACE_TEMPLATE
77-
spec:
78-
accessModes:
79-
- ReadWriteOnce
80-
resources:
81-
requests:
82-
storage: 1Gi
83-
EOF
77+
spec:
78+
accessModes:
79+
- ReadWriteOnce
80+
resources:
81+
requests:
82+
storage: 1Gi
83+
EOF
8484
```
8585
8686
1. Execute the release pipeline (takes ~45 mins).
@@ -150,11 +150,11 @@ EOF
150150
```shell
151151
POD_TEMPLATE=$(mktemp /tmp/pod-template.XXXXXX.yaml)
152152
cat <<'EOF' > $POD_TEMPLATE
153-
securityContext:
154-
fsGroup: 65532
155-
runAsUser: 65532
156-
runAsNonRoot: true
157-
EOF
153+
securityContext:
154+
fsGroup: 65532
155+
runAsUser: 65532
156+
runAsNonRoot: true
157+
EOF
158158
```
159159
160160
```shell

0 commit comments

Comments
 (0)