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:
Dusty Mabe 2024-02-16 15:01:22 -05:00
parent aa0bc55744
commit 2322bf1ebc
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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