From c1d7d8df6c95142741ab24a83518731544b8e5a6 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 19 May 2023 12:41:51 -0400 Subject: [PATCH] openshift-apps: awaken the pruner Let's try this again now that the OSTree fixes for https://github.com/ostreedev/ostree/pull/2808 are in. This reverts commit 3354d0b821277d3841f5be15c2adf50000dd34cd. --- .../fedora-ostree-pruner/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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