MM: syntax

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-14 10:15:31 +01:00
parent b324ff3dc8
commit c08ebd8fa9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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 %}