We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d000c commit 87de5afCopy full SHA for 87de5af
OWNERS
@@ -2,9 +2,9 @@ approvers:
2
- chenzhiwei
3
- DanielXLee
4
- horis233
5
-- jinchun-dev
+- Daniel-Fan
6
reviewers:
7
8
9
10
controllers/namespacescope_controller.go
@@ -363,7 +363,7 @@ func (r *NamespaceScopeReconciler) CreateUpdateRoleBinding(labels map[string]str
363
Subjects: subjects,
364
RoleRef: rbacv1.RoleRef{
365
Kind: "Role",
366
- Name: constant.NamespaceScopeManagedRoleName + fromNs,
+ Name: constant.NamespaceScopeManagedRoleName + labels["projectedfrom"],
367
APIGroup: "rbac.authorization.k8s.io",
368
},
369
}
0 commit comments