mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release v2.6.0 (#268)
This commit is contained in:
parent
fab610df73
commit
903f7d6780
11 changed files with 68 additions and 28 deletions
|
@ -154,6 +154,8 @@ controllers:
|
|||
ttlSecondsAfterFinished:
|
||||
# -- Limits the number of times a failed job will be retried
|
||||
backoffLimit: 6
|
||||
# -- Specify the number of parallel jobs
|
||||
parallelism:
|
||||
|
||||
# -- Job configuration. Required only when using `controller.type: job`.
|
||||
# @default -- See below
|
||||
|
@ -167,6 +169,12 @@ controllers:
|
|||
ttlSecondsAfterFinished:
|
||||
# -- Limits the number of times a failed job will be retried
|
||||
backoffLimit: 6
|
||||
# -- Specify the number of parallel jobs
|
||||
parallelism:
|
||||
# -- Specify the number of completions for the job
|
||||
completions:
|
||||
# -- Specify the completionMode for the job
|
||||
completionMode:
|
||||
|
||||
# -- StatefulSet configuration. Required only when using `controller.type: statefulset`.
|
||||
statefulset:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue