-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
Description
TL;DR
Currently the helm chart binds to the "cluster-admin", this gives the controller access to every resource in the cluster which is excessive when it only manages some services and node labels. Why not simply bind to the required resources? Is there a reason why it needs cluster-admin?
Expected behavior
I expect the Helm chart template to be configured in such a way that it only binds to the required resources it needs to read/write/update.