Skip to content

Commit

Permalink
Merge pull request #50 from kubevirt-bot/cherry-pick-49-to-release-v0.2
Browse files Browse the repository at this point in the history
[release-v0.2] Allow watch on storage class
  • Loading branch information
awels authored Dec 13, 2019
2 parents d6b949b + 340f1cd commit 60066b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/hostpathprovisioner/contoller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ func verifyCreateClusterRole(cl client.Client) {
Verbs: []string{
"get",
"list",
"watch",
},
},
{
Expand Down
1 change: 1 addition & 0 deletions pkg/controller/hostpathprovisioner/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func createClusterRoleObject(name string) *rbacv1.ClusterRole {
Verbs: []string{
"get",
"list",
"watch",
},
},
{
Expand Down
1 change: 1 addition & 0 deletions tools/csv-generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ func getOperatorClusterRules() *[]rbacv1.PolicyRule {
Verbs: []string{
"get",
"list",
"watch",
},
},
{
Expand Down

0 comments on commit 60066b6

Please sign in to comment.