mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #60840 from pohly/e2e_csi_create
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
Fixing e2e CSI test, II
The fix for #60803 in commit 2ae33cc324
had a typo, so the "Server
rejected event" error still showed up in the external-provisioner log
of the "Sanity CSI plugin test using hostPath CSI driver" e2e test.
```release-note
None
```
This commit is contained in:
commit
86ca3afb4d
@ -95,7 +95,7 @@ func csiClusterRole(
|
|||||||
{
|
{
|
||||||
APIGroups: []string{""},
|
APIGroups: []string{""},
|
||||||
Resources: []string{"events"},
|
Resources: []string{"events"},
|
||||||
Verbs: []string{"get", "list", "watch", "creat", "update", "patch"},
|
Verbs: []string{"get", "list", "watch", "create", "update", "patch"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
APIGroups: []string{""},
|
APIGroups: []string{""},
|
||||||
|
Loading…
Reference in New Issue
Block a user