From d8db09a0b18d5175166ec65b9dfbbf52841cbd3e Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 30 Mar 2023 11:50:46 +0200 Subject: [PATCH] Fixed: backoff limit --- charts/clearml-agent/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/clearml-agent/templates/_helpers.tpl b/charts/clearml-agent/templates/_helpers.tpl index 5944885..b3f66dc 100644 --- a/charts/clearml-agent/templates/_helpers.tpl +++ b/charts/clearml-agent/templates/_helpers.tpl @@ -274,6 +274,6 @@ Create a task container template spec: {{- $data := dict "main" $ "key" $key "value" $value -}} {{- include "taskContainer.containerTemplate" $data | nindent 8 }} - backoffLimit: 0 + backoffLimit: 4 {{- end }} {{- end }}