diff --git a/pkg/addon/utils.go b/pkg/addon/utils.go index 58c762e54..47039a86e 100644 --- a/pkg/addon/utils.go +++ b/pkg/addon/utils.go @@ -461,7 +461,7 @@ func checkConflictDefs(ctx context.Context, k8sClient client.Client, defs []*uns } } if err != nil && !errors2.IsNotFound(err) { - return nil, errors.Wrapf(err, "check definition %s", def.GetName()) + return nil, errors.Wrapf(err, "check definition %s", def.GetName()) } } return res, nil