From fadf9b0dcf62df65252696ff88c421fdb15e3674 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 29 Sep 2022 13:34:51 -0400 Subject: [PATCH] coreos-ostree-importer: temporarily change command to `sleep infinity` We're currently debugging an issue with the importer. Have it sleep so it lingers and we can poke around. --- .../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 9c57371674..0c3e25971c 100644 --- a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml +++ b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml @@ -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: ['infinity'] + command: ['/usr/bin/sleep'] volumeMounts: - name: fedora-ostree-content-volume mountPath: /mnt/koji