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

This commit is contained in:
woopstar 2018-03-20 12:08:34 +01:00 committed by Andreas Kruger
parent 8b6a6a5a28
commit a94a407a43

View file

@ -57,8 +57,6 @@ spec:
{% endif %}
- --tls-cert-file={{ kube_cert_dir }}/apiserver.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) %}
- --token-auth-file={{ kube_token_dir }}/known_tokens.csv
{% endif %}