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 }}"
|
||||
- "--global-timeout"
|
||||
- "{{ cronjob.timeout }}"
|
||||
{% if cronjob.host_timeout %}
|
||||
{% if cronjob.host_timeout is defined %}
|
||||
- "--host-timeout"
|
||||
- "{{ cronjob.host_timeout }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue