Remove excess space (#3421)

This commit is contained in:
LiuDui 2018-10-01 15:09:45 +08:00 committed by k8s-ci-robot
parent f67d82a9db
commit 192f7967c9

View file

@ -160,7 +160,7 @@ schedulerExtraArgs:
{% endfor %}
{% endif %}
apiServerCertSANs:
{% for san in apiserver_sans.split(' ') | unique %}
{% for san in apiserver_sans.split(' ') | unique %}
- {{ san }}
{% endfor %}
certificatesDir: {{ kube_config_dir }}/ssl