Skip to content

Commit 5956efa

Browse files
authored
Merge pull request #43309 from Arhell/pt-pod
[pt] fix configmap-pod CrashLoopBackOff
2 parents 4dd5583 + c56ef55 commit 5956efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/pt-br/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ spec:
193193
containers:
194194
- name: test
195195
image: busybox:1.28
196+
command: ['sh', '-c', 'echo "The app is running!" && tail -f /dev/null']
196197
volumeMounts:
197198
- name: config-vol
198199
mountPath: /etc/config

0 commit comments

Comments
 (0)