Skip to content

Commit

Permalink
Merge pull request #19 from sunya-ch/v1.0.0
Browse files Browse the repository at this point in the history
remove hard code namespace on rolebinding creation
  • Loading branch information
sunya-ch authored Jun 21, 2023
2 parents 8999c64 + 7ec7a77 commit 6747b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/benchmarkoperator_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (r *BenchmarkOperatorReconciler) Reconcile(ctx context.Context, req ctrl.Re
rbacv1.Subject{
Kind: "ServiceAccount",
Name: "cpe-operator-controller-manager",
Namespace: "cpe-operator-system",
Namespace: operatorNamespace,
},
},
RoleRef: roleRef,
Expand Down

0 comments on commit 6747b72

Please sign in to comment.