Skip to content

Commit ee2a818

Browse files
Fix to improper formatting of UnhealthyRange
Signed-off-by: killianmuldoon <[email protected]>
1 parent 1e13f44 commit ee2a818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/machinehealthcheck/machinehealthcheck_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func (r *Reconciler) reconcile(ctx context.Context, logger logr.Logger, cluster
273273
Message: message,
274274
})
275275

276-
r.recorder.Eventf(
276+
r.recorder.Event(
277277
m,
278278
corev1.EventTypeWarning,
279279
EventRemediationRestricted,

0 commit comments

Comments
 (0)