Job
Appears in
.Values.workload.$name
Notes
Value of workload.$name.podSpec.restartPolicy
can not be Always
for this type of workload
completionMode
Define the completionMode
Key | workload.$name.completionMode |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | NonIndexed |
Valid Values:
Indexed
NonIndexed
Example
backoffLimit
Define the backoffLimit
Key | workload.$name.backoffLimit |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | 5 |
Example
completions
Define the completions
Key | workload.$name.completions |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | unset |
Example
parallelism
Define the parallelism
Key | workload.$name.parallelism |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | 1 |
Example
ttlSecondsAfterFinished
Define the ttlSecondsAfterFinished
Key | workload.$name.ttlSecondsAfterFinished |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | 120 |
Example
activeDeadlineSeconds
Define the activeDeadlineSeconds
Key | workload.$name.activeDeadlineSeconds |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | unset |
Example