From 5e960681c410152d4cdc6ae27042ea3c959ca544 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 27 Mar 2024 10:37:32 +0700 Subject: [PATCH] fix(gitea): increase config job backoff limit Oops, 0 means no retry --- platform/gitea/templates/config-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/gitea/templates/config-job.yaml b/platform/gitea/templates/config-job.yaml index ee87a263..ae97ec46 100644 --- a/platform/gitea/templates/config-job.yaml +++ b/platform/gitea/templates/config-job.yaml @@ -6,7 +6,7 @@ metadata: annotations: argocd.argoproj.io/sync-wave: "1" spec: - backoffLimit: 0 + backoffLimit: 10 template: spec: restartPolicy: Never