From a2a5bb85a2bf135811e64fbf84d890e2950311cd Mon Sep 17 00:00:00 2001 From: Adam Piasecki Date: Mon, 12 May 2025 12:31:04 +0100 Subject: [PATCH] fedora-ostree-pruner: add strategy type to deployment Specifically strategy type: Recreate --- .../fedora-ostree-pruner/templates/deployment.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 b/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 index 2ace5890ff..668c2e68f1 100644 --- a/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 +++ b/roles/openshift-apps/fedora-ostree-pruner/templates/deployment.yml.j2 @@ -12,6 +12,8 @@ spec: selector: matchLabels: app: fedora-ostree-pruner + strategy: + type: Recreate template: metadata: labels: