From 52dd1ad7657357924e44401ac6ab1f8ce0775bbf Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 18 Feb 2020 17:12:52 -0500 Subject: [PATCH] openshift-apps/coreos-ostree-importer: we're good enough to run without sleeping now --- .../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 e145f8627f..75e56fbcef 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