From 2322bf1ebc17619f63d027d746510f583f558f5f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 16 Feb 2024 15:01:22 -0500 Subject: [PATCH] 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. --- .../coreos-ostree-importer/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml index 9483c45158..507b186ef3 100644 --- a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml +++ b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml @@ -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