remove stray spaces in templating
This commit is contained in:
parent
daa728e3cf
commit
1d848dc211
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ spec:
|
|||
- --v={{ kube_log_level }}
|
||||
{% if scheduler_custom_flags is string %}
|
||||
- {{ scheduler_custom_flags }}
|
||||
{% else % }
|
||||
{% else %}
|
||||
{% for flag in scheduler_custom_flags %}
|
||||
- {{ flag }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue