Skip to content

Commit 7c2447f

Browse files
authored
mysqlcluster: remove error role policy rule (#603)
1 parent e5b6d19 commit 7c2447f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mysqlcluster/syncer/role.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ func NewRoleSyncer(cli client.Client, c *mysqlcluster.MysqlCluster) syncer.Inter
5151
APIGroups: []string{"batch"},
5252
Resources: []string{"jobs"},
5353
},
54-
{
55-
Verbs: []string{"create"},
56-
APIGroups: []string{""},
57-
Resources: []string{"pods/exec"},
58-
},
5954
}
6055
return nil
6156
})

0 commit comments

Comments
 (0)