From 3390a6f8af3fa4512659bafedfbab390a33a523a Mon Sep 17 00:00:00 2001 From: Cameron Garrison Date: Fri, 20 Sep 2024 17:14:56 -0400 Subject: [PATCH] Update controllers/routingctrl/reconcile_resources.go Co-authored-by: Bartosz Majsak --- controllers/routingctrl/reconcile_resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/routingctrl/reconcile_resources.go b/controllers/routingctrl/reconcile_resources.go index 3c5213d..2143589 100644 --- a/controllers/routingctrl/reconcile_resources.go +++ b/controllers/routingctrl/reconcile_resources.go @@ -131,7 +131,7 @@ func (r *Controller) ensureResourceHasFinalizer(ctx context.Context, target *uns return nil }); err != nil { - return fmt.Errorf("failed to patch finalizer to %s (in %s): %w", + return fmt.Errorf("failed to add finalizer to %s (in %s): %w", target.GroupVersionKind().String(), target.GetNamespace(), err) } }