Skip to content

Commit

Permalink
Fix the HRA controller name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Kuoka committed Aug 2, 2020
1 parent e2164f9 commit 50487bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/horizontalrunnerautoscaler_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (r *HorizontalRunnerAutoscalerReconciler) Reconcile(req ctrl.Request) (ctrl
}

func (r *HorizontalRunnerAutoscalerReconciler) SetupWithManager(mgr ctrl.Manager) error {
r.Recorder = mgr.GetEventRecorderFor("runnerdeployment-controller")
r.Recorder = mgr.GetEventRecorderFor("horizontalrunnerautoscaler-controller")

return ctrl.NewControllerManagedBy(mgr).
For(&v1alpha1.HorizontalRunnerAutoscaler{}).
Expand Down

0 comments on commit 50487bb

Please sign in to comment.