Skip to content

Commit

Permalink
Be more specific in finalizer update Event.
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Andrews <scott@andrews.me>
  • Loading branch information
gmrodgers and scothis committed Apr 7, 2022
1 parent 1edb1b6 commit 7f06178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconcilers/reconcilers.go
Expand Up @@ -180,7 +180,7 @@ func (r *ParentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
"Failed to update finalizers: %v", updateErr)
return ctrl.Result{}, updateErr
}
r.Recorder.Eventf(parent, corev1.EventTypeNormal, "Updated", "Updated")
r.Recorder.Eventf(parent, corev1.EventTypeNormal, "Updated", "Updated finalizers")
}

// return original reconcile result
Expand Down

0 comments on commit 7f06178

Please sign in to comment.