Merge pull request #42743 from hchyue/patch-1

fix: configmap-pod CrashLoopBackOff
pull/43067/head^2
Kubernetes Prow Robot 2023-09-16 01:14:13 -07:00 committed by GitHub
commit 6345f78185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ spec:
containers:
- name: test
image: busybox:1.28
command: ['sh', '-c', 'echo "The app is running!" && tail -f /dev/null']
volumeMounts:
- name: config-vol
mountPath: /etc/config