Skip to content

Commit

Permalink
update cluster role for snapshot status
Browse files Browse the repository at this point in the history
  • Loading branch information
wackxu committed Nov 21, 2018
1 parent ad5dd2b commit d0995cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/kubernetes/rbac-external-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ rules:
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots"]
verbs: ["get", "list"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["get", "list"]
Expand Down

0 comments on commit d0995cd

Please sign in to comment.