Commit 2ae33cc3 authored by Serguei Bezverkhi's avatar Serguei Bezverkhi

Fixing e2e CSI test

parent a8178705
...@@ -94,6 +94,16 @@ func csiClusterRole( ...@@ -94,6 +94,16 @@ func csiClusterRole(
}, },
{ {
APIGroups: []string{""}, 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"}, Resources: []string{"nodes"},
Verbs: []string{"get", "list", "watch", "update"}, Verbs: []string{"get", "list", "watch", "update"},
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment