fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Adding permissions for "nodes" resources to the helm chart (#2091)
Description
These changes add get, watch, and list permissions to the fdb-operator helm chart. These permissions are required to detect taints on nodes and enable the rotation of FDB cluster pods when taintReplacementOptions are used.
Type of change
- Bug fix (non-breaking change which fixes an issue)
Testing
We tested these changes on our various Kubernetes clusters.