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.
This commit is contained in:
Patrick Ohly 2018-03-06 11:43:25 +01:00
parent 04634cb198
commit 17d9a0c5ab

View File

@ -95,7 +95,7 @@ func csiClusterRole(
{
APIGroups: []string{""},
Resources: []string{"events"},
Verbs: []string{"get", "list", "watch", "creat", "update", "patch"},
Verbs: []string{"get", "list", "watch", "create", "update", "patch"},
},
{
APIGroups: []string{""},