Skip to content
Snippets Groups Projects
Commit 3535c29e authored by Christian Phu's avatar Christian Phu Committed by Christian PHU
Browse files

Fix apiserver manifest for kube version < 1.9

parent 0f35e17e
Branches
Tags
No related merge requests found
......@@ -119,6 +119,9 @@ spec:
- --enable-aggregator-routing={{ kube_api_aggregator_routing }}
- --proxy-client-cert-file={{ kube_cert_dir }}/front-proxy-client.pem
- --proxy-client-key-file={{ kube_cert_dir }}/front-proxy-client-key.pem
{% else %}
- --proxy-client-cert-file={{ kube_cert_dir }}/apiserver.pem
- --proxy-client-key-file={{ kube_cert_dir }}/apiserver-key.pem
{% endif %}
{% if apiserver_custom_flags is string %}
- {{ apiserver_custom_flags }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment