mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
Fix kubernetes-dashboard template identation (#6066)
The 98e7a07fba commit udpates the
dashboard version to 2.0.0 but it enable skip login flag wasn't
updated. This change updates its identation to avoid issues when
dashboard_skip_login is enabled.
This commit is contained in:
@@ -178,7 +178,7 @@ spec:
|
|||||||
- --auto-generate-certificates
|
- --auto-generate-certificates
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if dashboard_skip_login %}
|
{% if dashboard_skip_login %}
|
||||||
- --enable-skip-login
|
- --enable-skip-login
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- --authentication-mode=token{% if kube_basic_auth|default(false) %},basic{% endif %}
|
- --authentication-mode=token{% if kube_basic_auth|default(false) %},basic{% endif %}
|
||||||
# Uncomment the following line to manually specify Kubernetes API server Host
|
# Uncomment the following line to manually specify Kubernetes API server Host
|
||||||
|
|||||||
Reference in New Issue
Block a user