From 393333b8f1e3dfa836c2043e10f320ef02c00978 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 9 Apr 2020 18:21:50 -0400 Subject: [PATCH] openshift-apps/coreos-ostree-importer: don't sleep anymore We can actually run the app 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 0c3e25971c..9c57371674 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