MM: same but different
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
5350fd3616
commit
29f266bb0c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: crawler-{{ cronjob.category|lower|replace(" ", "-") }}{% if cronjob.include_disabled %}-all{% endif %}
|
||||
name: crawler-{{ cronjob.category|lower|replace(" ", "-") }}{{ cronjob.include_disabled | ternary('-all', '') }}
|
||||
spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue