Skip to content

Commit 6b9727e

Browse files
committed
[zh] Update volumes.md
Signed-off-by: xin.li <[email protected]>
1 parent fe8b412 commit 6b9727e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ metadata:
438438
spec:
439439
containers:
440440
- name: test
441-
image: busybox
441+
image: busybox:1.28
442442
volumeMounts:
443443
- name: config-vol
444444
mountPath: /etc/config
@@ -1836,7 +1836,7 @@ spec:
18361836
fieldRef:
18371837
apiVersion: v1
18381838
fieldPath: metadata.name
1839-
image: busybox
1839+
image: busybox:1.28
18401840
command: [ "sh", "-c", "while [ true ]; do echo 'Hello'; sleep 10; done | tee -a /logs/hello.txt" ]
18411841
volumeMounts:
18421842
- name: workdir1

0 commit comments

Comments
 (0)