Skip to content

Commit 512e5d0

Browse files
committed
[es] configmap-pod CrashLoopBackOff
1 parent 873cb20 commit 512e5d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ metadata:
203203
spec:
204204
containers:
205205
- name: test
206-
image: busybox
206+
image: busybox:1.28
207+
command: ['sh', '-c', 'echo "The app is running!" && tail -f /dev/null']
207208
volumeMounts:
208209
- name: config-vol
209210
mountPath: /etc/config

0 commit comments

Comments
 (0)