Skip to content

Commit

Permalink
Merge pull request #5932 from killianmuldoon/fix/unhealthy-range-format
Browse files Browse the repository at this point in the history
🐛  Fix to improper formatting of UnhealthyRange
  • Loading branch information
k8s-ci-robot authored Jan 18, 2022
2 parents da03567 + ee2a818 commit 07e31b7
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 07e31b7

Please sign in to comment.