Skip to content

Commit

Permalink
fix rbac2
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Jan 27, 2025
1 parent 6bef510 commit c36a6ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/csi-nfs-scheduler-extender/rbac-for-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ rules:
- apiGroups: [ "storage.deckhouse.io" ]
resources: [ "nfsstorageclasses" ]
verbs: [ "list", "watch", "get"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit c36a6ca

Please sign in to comment.