Skip to content

Commit

Permalink
[webhooks] fix rbac
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <[email protected]>
  • Loading branch information
krpsh123 committed Jan 20, 2025
1 parent 3cfe447 commit fcde4f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/webhooks/rbac-for-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ rules:
- update
- list
- patch
- apiGroups:
- storage.deckhouse.io
resources:
- nfsstorageclasses
verbs:
- get
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit fcde4f9

Please sign in to comment.