Skip to content

Commit 6345f78

Browse files
authored
Merge pull request #42743 from hchyue/patch-1
fix: configmap-pod CrashLoopBackOff
2 parents e07e392 + 21e40a0 commit 6345f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)