Skip to content

Commit

Permalink
Revert "[installer] Fix registry-facade ClusterRoleBinding name"
Browse files Browse the repository at this point in the history
This reverts commit 4a33195.
  • Loading branch information
aledbf authored Jan 19, 2022
1 parent 4a33195 commit 9de1396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/pkg/components/registry-facade/rolebinding.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func rolebinding(ctx *common.RenderContext) ([]runtime.Object, error) {
&rbacv1.ClusterRoleBinding{
TypeMeta: common.TypeMetaClusterRoleBinding,
ObjectMeta: metav1.ObjectMeta{
Name: fmt.Sprintf("%s-%s-rb", ctx.Namespace, Component),
Name: Component,
Labels: labels,
},
RoleRef: rbacv1.RoleRef{
Expand Down

0 comments on commit 9de1396

Please sign in to comment.