Skip to content

Commit

Permalink
Fixing e2e CSI test, II
Browse files Browse the repository at this point in the history
The fix for kubernetes#60803 in commit 2ae33cc 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.
  • Loading branch information
pohly authored and prameshj committed Jun 1, 2018
1 parent 7d07743 commit 132bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/storage/csi_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{""},
Expand Down

0 comments on commit 132bf8a

Please sign in to comment.