feat(admin-rbac): Adding node update permission in admin-rbac (#1804)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
parent
7979e31bb5
commit
c8f6c1bdbe
|
@ -19,7 +19,7 @@ rules:
|
|||
verbs: ["create","delete","get","list","patch","update"]
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get","list","patch"]
|
||||
verbs: ["get","list","patch","update"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRoleBinding
|
||||
|
|
Loading…
Reference in New Issue