We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b177b commit 23e9731Copy full SHA for 23e9731
charts/pytorchjob/templates/pytorchjob.yaml
@@ -31,6 +31,7 @@ spec:
31
{{- if .Values.ttlSecondsAfterFinished }}
32
ttlSecondsAfterFinished: {{ .Values.ttlSecondsAfterFinished }}
33
{{- end }}
34
+ backoffLimit: {{ .Values.retry }}
35
{{- else }}
36
{{- if .Values.cleanPodPolicy }}
37
cleanPodPolicy: {{ .Values.cleanPodPolicy }}
@@ -41,6 +42,7 @@ spec:
41
42
43
44
45
46
47
pytorchReplicaSpecs:
48
Master:
0 commit comments