openshift-apps/coreos-ostree-importer: more debugging
This time let's see if the application can start. If it doesn't start successfully then sleep so we can debug it in the running pod.
This commit is contained in:
parent
a57e71e0b1
commit
61c1063225
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ spec:
|
|||
- name: coreos-ostree-importer
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
args: ['infinity']
|
||||
command: ['/usr/bin/sleep']
|
||||
args: ['-c', '/usr/local/bin/coreos-ostree-importer-wrapper || sleep infinity']
|
||||
command: ['/usr/bin/bash']
|
||||
volumeMounts:
|
||||
- name: fedora-ostree-content-volume
|
||||
mountPath: /mnt/koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue