diff --git a/test/e2e/storage/csi_volumes.go b/test/e2e/storage/csi_volumes.go index 78fb583650a..fad166705b2 100644 --- a/test/e2e/storage/csi_volumes.go +++ b/test/e2e/storage/csi_volumes.go @@ -92,6 +92,16 @@ func csiClusterRole( Resources: []string{"persistentvolumeclaims"}, Verbs: []string{"get", "list", "watch", "update"}, }, + { + APIGroups: []string{""}, + Resources: []string{"events"}, + Verbs: []string{"get", "list", "watch", "creat", "update", "patch"}, + }, + { + APIGroups: []string{""}, + Resources: []string{"secrets"}, + Verbs: []string{"get", "list"}, + }, { APIGroups: []string{""}, Resources: []string{"nodes"},