Fixing e2e CSI test

pull/6/head
Serguei Bezverkhi 2018-03-05 13:37:15 -05:00
parent a81787052c
commit 2ae33cc324
1 changed files with 10 additions and 0 deletions

View File

@ -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"},