Commit e4e5c6f3 authored by An Qiuyu's avatar An Qiuyu Committed by GitHub

fix the condition to enable Kubernetes Dashboard

parent 41be8a0d
...@@ -79,4 +79,4 @@ ...@@ -79,4 +79,4 @@
command: "kubectl create -f {{ kubernetes_web_ui_manifest_file }}" command: "kubectl create -f {{ kubernetes_web_ui_manifest_file }}"
when: when:
- kubernetes_enable_web_ui | bool - kubernetes_enable_web_ui | bool
- kubernetes_dashboard_service is failed - kubernetes_dashboard_service.rc != 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment