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