Skip to content
Snippets Groups Projects
Commit a94a407a authored by woopstar's avatar woopstar Committed by Andreas Kruger
Browse files

Fix duplicate --proxy-client-cert-file and --proxy-client-key-file

parent 8b6a6a5a
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,6 @@ spec: ...@@ -57,8 +57,6 @@ spec:
{% endif %} {% endif %}
- --tls-cert-file={{ kube_cert_dir }}/apiserver.pem - --tls-cert-file={{ kube_cert_dir }}/apiserver.pem
- --tls-private-key-file={{ kube_cert_dir }}/apiserver-key.pem - --tls-private-key-file={{ kube_cert_dir }}/apiserver-key.pem
- --proxy-client-cert-file={{ kube_cert_dir }}/apiserver.pem
- --proxy-client-key-file={{ kube_cert_dir }}/apiserver-key.pem
{% if kube_token_auth|default(true) %} {% if kube_token_auth|default(true) %}
- --token-auth-file={{ kube_token_dir }}/known_tokens.csv - --token-auth-file={{ kube_token_dir }}/known_tokens.csv
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment