[bitnami/metallb] Add missing rule to controller role (#16992)

The clusterrole in the bitnami chart does not match some of the rbac
rules from the upstream sources. This change adds a missing rule for
listing nodes in the cluster as per the
[upstream](e708fc9010/config/rbac/role.yaml (L17-L22))
configuration

Signed-off-by: Paul Nicholson <brenix@gmail.com>
This commit is contained in:
Paul N
2023-06-07 07:45:33 -07:00
committed by GitHub
parent 8f0055cb5e
commit bbc3a6d00d
2 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,12 @@ rules:
- list
- watch
- update
- apiGroups:
- ''
resources:
- nodes
verbs:
- list
- apiGroups:
- ''
resources: