Set a 10 min ttl for the job after finished in order to allow helm to properly recognize that the job completed.
This commit is contained in:
parent
1d52aca44d
commit
b5a024602c
@ -20,7 +20,7 @@ metadata:
|
|||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
ttlSecondsAfterFinished: 0
|
ttlSecondsAfterFinished: 300
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user