Browse Source

Remove excess space (#3421)

pull/3426/merge
LiuDui 6 years ago
committed by k8s-ci-robot
parent
commit
192f7967c9
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/master/templates/kubeadm-config.v1alpha2.yaml.j2

2
roles/kubernetes/master/templates/kubeadm-config.v1alpha2.yaml.j2

@ -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…
Cancel
Save