Skip to content

Commit

Permalink
Fix to improper formatting of UnhealthyRange
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Jan 13, 2022
1 parent 1e13f44 commit ee2a818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (r *Reconciler) reconcile(ctx context.Context, logger logr.Logger, cluster
Message: message,
})

r.recorder.Eventf(
r.recorder.Event(
m,
corev1.EventTypeWarning,
EventRemediationRestricted,
Expand Down

0 comments on commit ee2a818

Please sign in to comment.