Skip to content

Commit 7289c1e

Browse files
authored
Merge pull request kubernetes#77094 from xing-yang/update_rbac
Update rbac rule for external-snapshotter e2e test
2 parents 2b4f18d + 61b35ca commit 7289c1e

File tree

1 file changed

+2
-2
lines changed
  • test/e2e/testing-manifests/storage-csi/external-snapshotter

1 file changed

+2
-2
lines changed

test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rules:
2525
verbs: ["get", "list", "watch"]
2626
- apiGroups: [""]
2727
resources: ["persistentvolumeclaims"]
28-
verbs: ["get", "list", "watch"]
28+
verbs: ["get", "list", "watch", "update"]
2929
- apiGroups: ["storage.k8s.io"]
3030
resources: ["storageclasses"]
3131
verbs: ["get", "list", "watch"]
@@ -62,4 +62,4 @@ roleRef:
6262
kind: ClusterRole
6363
# change the name also here if the ClusterRole gets renamed
6464
name: external-snapshotter-runner
65-
apiGroup: rbac.authorization.k8s.io
65+
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)