From 3354d0b821277d3841f5be15c2adf50000dd34cd Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 31 Jan 2023 15:00:03 -0500 Subject: [PATCH] openshift-apps: put fedora-ostree-pruner to sleep The most recent run caused some data loss [1] so let's put it to sleep while we wait for the fix [2] to land. [1] https://github.com/fedora-silverblue/issue-tracker/issues/405 [2] https://github.com/ostreedev/ostree/pull/2808 --- .../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 df0fb13baf..c06e95df51 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