kube-ops-view
kube-ops-view copied to clipboard
Helm chart should have RBAC options
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 Isn't this fixed by just setting rbac.create
to true
?