|
|
@ -163,6 +163,9 @@ spec: |
|
|
|
- --tls-cert-file={{ dashboard_tls_cert_file }} |
|
|
|
{% else %} |
|
|
|
- --auto-generate-certificates |
|
|
|
{% endif %} |
|
|
|
{% if dashboard_skip_login %} |
|
|
|
- --enable-skip-login |
|
|
|
{% endif %} |
|
|
|
- --authentication-mode=token{% if kube_basic_auth|default(false) %},basic{% endif %} |
|
|
|
# Uncomment the following line to manually specify Kubernetes API server Host |
|
|
|