From 3dac0ff33e3c62d137115184779fc9db0af1c20e Mon Sep 17 00:00:00 2001 From: Yusuke KUOKA Date: Mon, 1 Oct 2018 00:14:37 +0900 Subject: [PATCH] fix install-kube-system when dashboard is enabled The extraneous `}` in a line for installing the dashboard has been preventing the `install-kube-system` script from succeeding. This fixes that. --- core/controlplane/config/templates/cloud-config-controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/controlplane/config/templates/cloud-config-controller b/core/controlplane/config/templates/cloud-config-controller index 635b8f245..2994595e6 100644 --- a/core/controlplane/config/templates/cloud-config-controller +++ b/core/controlplane/config/templates/cloud-config-controller @@ -953,7 +953,7 @@ write_files: {{ if .KubernetesDashboard.Enabled }} applyall "${rbac}/roles/kubernetes-dashboard.yaml" - {{- end }}} + {{- end }} applyall "${rbac}/role-bindings/heapster-nanny.yaml"