From a96ca20e6cfb3d2e1adc2fd7ccb8af6e82d5ef21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 31 Jul 2024 08:25:51 +0200 Subject: [PATCH] Mirrormanager: don't retry jobs ad-hoc jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../mirrormanager/templates/cmd-move-to-archive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml b/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml index ca138c9081..3f7c4e1beb 100644 --- a/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml +++ b/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml @@ -9,7 +9,7 @@ spec: parallelism: 1 completions: 1 activeDeadlineSeconds: 1800 - backoffLimit: 3 + backoffLimit: 0 template: spec: restartPolicy: Never