From e3f00cc93c256eb9d26a01576007a1fadcfc5f23 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 24 Feb 2020 13:02:50 -0500 Subject: [PATCH] openshift-apps/coreos-ostree-importer: sleep for now as we prepare to deploy in prod --- .../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 75e56fbcef..e145f8627f 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