cronjob
A Helm chart for creating cron jobs
Maintainers
Name | Url | |
---|---|---|
gandazgul | ravelo.carlos@gmail.com |
Values
Key | Type | Default | Description |
---|---|---|---|
concurrencyPolicy | string | "Forbid" | |
failedJobsHistoryLimit | int | 1 | |
image.pullPolicy | string | "IfNotPresent" | |
image.repository | string | "busybox" | |
image.tag | string | "latest" | |
initContainer.enabled | bool | false | |
schedule | string | "*/5 * * * *" | |
successfulJobsHistoryLimit | int | 3 |