remove stray spaces in templating

pull/1232/head
Spencer Smith 2017-04-17 12:24:24 -04:00
parent 3f302c8d47
commit 72d5db92a8
1 changed files with 1 additions and 1 deletions

View File

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