Skip to content

Commit 3a64ea9

Browse files
authored
fix configmap-pod CrashLoopBackOff
1 parent b32835f commit 3a64ea9

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! && sleep 3600']
177178
volumeMounts:
178179
- name: config-vol
179180
mountPath: /etc/config

0 commit comments

Comments
 (0)