mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fixed: backoff limit
This commit is contained in:
parent
c76d0b3c42
commit
d8db09a0b1
@ -274,6 +274,6 @@ Create a task container template
|
|||||||
spec:
|
spec:
|
||||||
{{- $data := dict "main" $ "key" $key "value" $value -}}
|
{{- $data := dict "main" $ "key" $key "value" $value -}}
|
||||||
{{- include "taskContainer.containerTemplate" $data | nindent 8 }}
|
{{- include "taskContainer.containerTemplate" $data | nindent 8 }}
|
||||||
backoffLimit: 0
|
backoffLimit: 4
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user