fix unquoted san cert causing issues with ips (#12256)

This commit is contained in:
Imran Ahmed 2025-06-03 17:50:38 +12:00 committed by GitHub
parent a9f600ffa2
commit ce26f17e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ apiServer:
{% endif %}
certSANs:
{% for san in apiserver_sans %}
- {{ san }}
- "{{ san }}"
{% endfor %}
timeoutForControlPlane: 5m0s
controllerManager:

View File

@ -350,7 +350,7 @@ apiServer:
{% endif %}
certSANs:
{% for san in apiserver_sans %}
- {{ san }}
- "{{ san }}"
{% endfor %}
controllerManager:
extraArgs: