Skip to content

Commit 21e40a0

Browse files
hchyueTim Bannister
andauthored
Update content/en/docs/concepts/storage/volumes.md
"tail -f /dev/null " is better than "sleep 3600" Co-authored-by: Tim Bannister <[email protected]>
1 parent 3a64ea9 commit 21e40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ spec:
174174
containers:
175175
- name: test
176176
image: busybox:1.28
177-
command: ['sh', '-c', 'echo The app is running! && sleep 3600']
177+
command: ['sh', '-c', 'echo "The app is running!" && tail -f /dev/null']
178178
volumeMounts:
179179
- name: config-vol
180180
mountPath: /etc/config

0 commit comments

Comments
 (0)