Remove excess space (#3421)
This commit is contained in:
parent
f67d82a9db
commit
192f7967c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue