MM: syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b324ff3dc8
commit
c08ebd8fa9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ spec:
|
||||||
- "{{ cronjob.threads }}"
|
- "{{ cronjob.threads }}"
|
||||||
- "--global-timeout"
|
- "--global-timeout"
|
||||||
- "{{ cronjob.timeout }}"
|
- "{{ cronjob.timeout }}"
|
||||||
{% if cronjob.host_timeout %}
|
{% if cronjob.host_timeout is defined %}
|
||||||
- "--host-timeout"
|
- "--host-timeout"
|
||||||
- "{{ cronjob.host_timeout }}"
|
- "{{ cronjob.host_timeout }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue