Skip to content

Commit

Permalink
Remove unneeded privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
meysholdt authored and roboquat committed Apr 28, 2022
1 parent 263ad01 commit 82d7451
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install/installer/pkg/components/server/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func role(ctx *common.RenderContext) ([]runtime.Object, error) {
"update",
"patch",
"watch",
"delete",
"deletecollection",
},
},
{
Expand All @@ -45,8 +43,6 @@ func role(ctx *common.RenderContext) ([]runtime.Object, error) {
"update",
"patch",
"watch",
"delete",
"deletecollection",
},
},
},
Expand Down

0 comments on commit 82d7451

Please sign in to comment.