Skip to content

Commit e7edf67

Browse files
committed
fixup
1 parent 136cd0b commit e7edf67

File tree

1 file changed

+2
-2
lines changed
  • install/installer/pkg/components/dashboard

1 file changed

+2
-2
lines changed

install/installer/pkg/components/dashboard/role.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ func Role(ctx *common.RenderContext) ([]runtime.Object, error) {
2222
},
2323
Rules: []rbacv1.PolicyRule{
2424
{
25-
APIGroups: []string{""},
26-
Resources: []string{"deployment"},
25+
APIGroups: []string{"apps"},
26+
Resources: []string{"deployments"},
2727
Verbs: []string{
2828
"get",
2929
},

0 commit comments

Comments
 (0)