Skip to content

Commit

Permalink
Fixing e2e CSI test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbezverk committed Mar 5, 2018
1 parent a817870 commit 2ae33cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/e2e/storage/csi_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 2ae33cc

Please sign in to comment.