Skip to content

Commit

Permalink
Merge pull request #690 from cuppett/patch-1
Browse files Browse the repository at this point in the history
Adds patch for ebs-csi-controller-sa to volumeattachments/status
  • Loading branch information
k8s-ci-robot authored Jan 15, 2021
2 parents 1d66536 + dc4fbf7 commit 0df45a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/kubernetes/base/clusterrole-attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ rules:
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
verbs: ["get", "list", "watch", "update", "patch"]
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments/status"]
verbs: ["patch"]

0 comments on commit 0df45a5

Please sign in to comment.