Commit 17d9a0c5 authored by Patrick Ohly's avatar Patrick Ohly

Fixing e2e CSI test, II

The fix for #60803 in commit 2ae33cc3 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.
parent 04634cb1
...@@ -95,7 +95,7 @@ func csiClusterRole( ...@@ -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{""},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment