mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
fix unquoted san cert causing issues with ips (#12256)
This commit is contained in:
parent
a9f600ffa2
commit
ce26f17e9e
@ -286,7 +286,7 @@ apiServer:
|
||||
{% endif %}
|
||||
certSANs:
|
||||
{% for san in apiserver_sans %}
|
||||
- {{ san }}
|
||||
- "{{ san }}"
|
||||
{% endfor %}
|
||||
timeoutForControlPlane: 5m0s
|
||||
controllerManager:
|
||||
|
||||
@ -350,7 +350,7 @@ apiServer:
|
||||
{% endif %}
|
||||
certSANs:
|
||||
{% for san in apiserver_sans %}
|
||||
- {{ san }}
|
||||
- "{{ san }}"
|
||||
{% endfor %}
|
||||
controllerManager:
|
||||
extraArgs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user