Skip to content

Commit

Permalink
Merge pull request #99 from schinmai-akamai/master
Browse files Browse the repository at this point in the history
add volumeattachments/status permission to the clusterrole
  • Loading branch information
eljohnson92 authored Feb 24, 2023
2 parents 48a1ad7 + 33deac1 commit ee3c75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/sidecars/external-attacher/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rules:
resources: ["csinodes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
resources: ["volumeattachments", "volumeattachments/status"]
verbs: ["get", "list", "watch", "update", "patch"]
#Secret permission is optional.
#Enable it if you need value from secret.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rules:
- storage.k8s.io
resources:
- volumeattachments
- volumeattachments/status
verbs:
- get
- list
Expand Down

0 comments on commit ee3c75e

Please sign in to comment.