Skip to content

Commit

Permalink
Update cluter-role-binding.go (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustysys-dev authored Nov 26, 2020
1 parent cbdbc15 commit 07159c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl-minio/cmd/resources/cluter-role-binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewCluterRoleBindingForOperator(saName, ns string) *rbacv1.ClusterRoleBindi
return &rbacv1.ClusterRoleBinding{
TypeMeta: metav1.TypeMeta{
APIVersion: "rbac.authorization.k8s.io/v1",
Kind: "RoleBinding",
Kind: "ClusterRoleBinding",
},
ObjectMeta: metav1.ObjectMeta{
Name: helpers.ClusterRoleBindingName,
Expand Down

0 comments on commit 07159c5

Please sign in to comment.