Fixup line breaks for kubeadm SANs (#3908)

This commit is contained in:
Matthew Mosesohn
2018-12-19 13:47:31 +03:00
committed by Kubernetes Prow Robot
parent 3c44ffcf80
commit 50b884a32d
5 changed files with 8 additions and 8 deletions

View File

@@ -156,7 +156,7 @@ apiServer:
{% endfor %}
{% endif %}
certSANs:
{% for san in apiserver_sans.split(' ') | unique %}
{% for san in apiserver_sans.split() | unique %}
- {{ san }}
{% endfor %}
timeoutForControlPlane: 5m0s