#1789 openshift-apps/coreos-ostree-importer: sleep for now to debug
Merged 4 months ago by jlebon. Opened 4 months ago by dustymabe.
fedora-infra/ dustymabe/ansible dusty-sleep  into  main

@@ -21,8 +21,8 @@ 

          - 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

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.

Pull-Request has been merged by jlebon

4 months ago