Skip to content

Commit 1e55486

Browse files
authored
Update use-container-storage-with-local-disk.md
Format yaml
1 parent a485214 commit 1e55486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
136136
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-pod.yaml`.
137137

138138
1. Paste in the following code and save the file.
139-
139+
```yml
140140
kind: 'Pod'
141141
apiVersion: 'v1'
142142
metadata:
@@ -167,6 +167,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
167167
resources:
168168
requests:
169169
storage: '1Gi'
170+
```
170171
171172
1. Apply the YAML manifest file to deploy the pod.
172173

0 commit comments

Comments
 (0)