Skip to content

Commit 50487bb

Browse files
author
Yusuke Kuoka
committed
Fix the HRA controller name
1 parent e2164f9 commit 50487bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/horizontalrunnerautoscaler_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (r *HorizontalRunnerAutoscalerReconciler) Reconcile(req ctrl.Request) (ctrl
128128
}
129129

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

133133
return ctrl.NewControllerManagedBy(mgr).
134134
For(&v1alpha1.HorizontalRunnerAutoscaler{}).

0 commit comments

Comments
 (0)