diff --git a/roles/openshift-apps/fedora-ostree-pruner/templates/deploymentconfig.yml b/roles/openshift-apps/fedora-ostree-pruner/templates/deploymentconfig.yml index c06e95df51..df0fb13baf 100644 --- a/roles/openshift-apps/fedora-ostree-pruner/templates/deploymentconfig.yml +++ b/roles/openshift-apps/fedora-ostree-pruner/templates/deploymentconfig.yml @@ -20,8 +20,8 @@ spec: - name: fedora-ostree-pruner # sleep infinity is useful for debugging environment issues # comment out when not debugging - args: ['/usr/bin/sleep', 'infinity'] - command: ['/usr/bin/dumb-init'] + # args: ['/usr/bin/sleep', 'infinity'] + # command: ['/usr/bin/dumb-init'] volumeMounts: - name: fedora-ostree-content-volume mountPath: /mnt/koji