CronJob
Appears in
.Values.workload.$name
Notes
Value of workload.$name.podSpec.restartPolicy
can not be Always
for this type of workload
schedule
Define the schedule
Key | workload.$name.schedule |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
timezone
Define the timezone
Key | workload.$name.timezone |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | See here |
Example
concurrencyPolicy
Define the concurrencyPolicy
Key | workload.$name.concurrencyPolicy |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | Forbid |
Valid Values:
Allow
Replace
Forbid
Example
failedJobsHistoryLimit
Define the failedJobsHistoryLimit
Key | workload.$name.failedJobsHistoryLimit |
Type | int |
Required | ❌ |
Helm tpl | ✅ |
Default | 1 |
Example
successfulJobsHistoryLimit
Define the successfulJobsHistoryLimit
Key | workload.$name.successfulJobsHistoryLimit |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | 3 |
Example
startingDeadlineSeconds
Define the startingDeadlineSeconds
Key | workload.$name.startingDeadlineSeconds |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | unset |
Example
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