openshift-apps/coreos-ostree-importer: sleep for now to debug
Our koji mounts aren't showing up in the pod and it's crashing. Let's make it sleep so we can see what's going on.
This commit is contained in:
parent
aa0bc55744
commit
2322bf1ebc
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ spec:
|
|||
- name: coreos-ostree-importer
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
# args: ['/usr/bin/sleep', 'infinity']
|
||||
# command: ['/usr/bin/dumb-init']
|
||||
args: ['/usr/bin/sleep', 'infinity']
|
||||
command: ['/usr/bin/dumb-init']
|
||||
volumeMounts:
|
||||
- name: fedora-ostree-content-volume
|
||||
mountPath: /mnt/koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue