Skip to content

Commit

Permalink
add missing permissions on persistenvolumes
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorclovr authored and chrislusf committed Jan 23, 2024
1 parent b982553 commit 9712e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/helm/seaweedfs-csi-driver/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch","update","patch"]

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

0 comments on commit 9712e2d

Please sign in to comment.