kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

Helm chart should have RBAC options

Open bitsofinfo opened this issue 5 years ago • 1 comments

The helm chart when installed doesn't install a service account, clusterrole or clusterrole binding

https://github.com/helm/charts/tree/master/stable/kube-ops-view

After installing the chart you can't do anything, as the deployment runs under the default service account which lacks permissions.

You end up w/ errors like: https://github.com/hjacobs/kube-ops-view/issues/197

bitsofinfo avatar Apr 08 '19 19:04 bitsofinfo

@bitsofinfo Isn't this fixed by just setting rbac.create to true?

jpds avatar Apr 10 '19 10:04 jpds