We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b4f18d + 61b35ca commit 7289c1eCopy full SHA for 7289c1e
test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml
@@ -25,7 +25,7 @@ rules:
25
verbs: ["get", "list", "watch"]
26
- apiGroups: [""]
27
resources: ["persistentvolumeclaims"]
28
- verbs: ["get", "list", "watch"]
+ verbs: ["get", "list", "watch", "update"]
29
- apiGroups: ["storage.k8s.io"]
30
resources: ["storageclasses"]
31
@@ -62,4 +62,4 @@ roleRef:
62
kind: ClusterRole
63
# change the name also here if the ClusterRole gets renamed
64
name: external-snapshotter-runner
65
- apiGroup: rbac.authorization.k8s.io
+ apiGroup: rbac.authorization.k8s.io
0 commit comments