Skip to content

Commit b75868e

Browse files
author
玖宇
committed
chore(role-instance): add roleinstance related rbac
1 parent 16d9710 commit b75868e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

deploy/helm/rbgs/templates/clusterrole.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ rules:
3737
- apiGroups:
3838
- workloads.x-k8s.io
3939
resources:
40-
- rolebasedgroupscalingadapters
41-
- rolebasedgroups
42-
- instancesets
4340
- instances
41+
- instancesets
42+
- rolebasedgroups
43+
- rolebasedgroupscalingadapters
44+
- roleinstances
45+
- roleinstancesets
4446
verbs:
4547
- get
4648
- list
@@ -60,12 +62,12 @@ rules:
6062
- apiGroups:
6163
- workloads.x-k8s.io
6264
resources:
63-
- rolebasedgroupsets/status
65+
- instances/status
66+
- instancesets/status
6467
- rolebasedgroups/status
6568
- rolebasedgroupscalingadapters/status
66-
- clusterengineruntimeprofiles/status
67-
- instancesets/status
68-
- instances/status
69+
- roleinstances/status
70+
- roleinstancesets/status
6971
verbs:
7072
- create
7173
- delete

0 commit comments

Comments
 (0)