Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
fix install-kube-system when dashboard is enabled
Browse files Browse the repository at this point in the history
The extraneous `}` in a line for installing the dashboard has been preventing
the `install-kube-system` script from succeeding. This fixes that.
  • Loading branch information
mumoshu committed Oct 1, 2018
1 parent 88eb6be commit 3dac0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ write_files:

{{ if .KubernetesDashboard.Enabled }}
applyall "${rbac}/roles/kubernetes-dashboard.yaml"
{{- end }}}
{{- end }}

applyall "${rbac}/role-bindings/heapster-nanny.yaml"

Expand Down

0 comments on commit 3dac0ff

Please sign in to comment.