mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
remove stray spaces in templating
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
|||||||
- --v={{ kube_log_level }}
|
- --v={{ kube_log_level }}
|
||||||
{% if scheduler_custom_flags is string %}
|
{% if scheduler_custom_flags is string %}
|
||||||
- {{ scheduler_custom_flags }}
|
- {{ scheduler_custom_flags }}
|
||||||
{% else % }
|
{% else %}
|
||||||
{% for flag in scheduler_custom_flags %}
|
{% for flag in scheduler_custom_flags %}
|
||||||
- {{ flag }}
|
- {{ flag }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user