Skip to content

Commit

Permalink
Merge pull request #67 from cynepco3hahue/add_node_permissions
Browse files Browse the repository at this point in the history
Add get, list and watch nodes permissions to MRO
  • Loading branch information
Artyom Lukianov authored Sep 1, 2019
2 parents 602581a + 68b6242 commit b51ee6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/operator/components/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,19 @@ var (
"watch",
},
},
{
APIGroups: []string{
"",
},
Resources: []string{
"nodes",
},
Verbs: []string{
"get",
"list",
"watch",
},
},
{
APIGroups: []string{
"",
Expand Down

0 comments on commit b51ee6f

Please sign in to comment.