Skip to content

Commit

Permalink
Updated cluster roles
Browse files Browse the repository at this point in the history
To allow GET/LIST/Watch on VolumeAttachments resource
  • Loading branch information
prashanth26 authored Jul 14, 2021
1 parent 6a0621f commit 5f262d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/deployment/out-of-tree/target-cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ rules:
verbs:
- watch
- list
- apiGroups:
- storage.k8s.io
resources:
- volumeattachments
verbs:
- get
- list
- watch

0 comments on commit 5f262d1

Please sign in to comment.