Merge pull request #43298 from Arhell/es-pod

[es] configmap-pod CrashLoopBackOff
pull/41332/head
Kubernetes Prow Robot 2023-10-03 17:58:05 +02:00 committed by GitHub
commit 460e26ac39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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