fix formatting errors

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
pull/30697/head
Evans Mungai 7 months ago
parent e8e79cc4b4
commit 1f5605a405
No known key found for this signature in database
GPG Key ID: BBEB812143DD14E1

@ -433,7 +433,7 @@ func (c *Client) update(original, target ResourceList, force, threeWayMerge bool
}
if err := updateResource(c, info, originalInfo.Object, force, threeWayMerge); err != nil {
slog.Debug("error updating the resource", "namespace", info.Namespace, "name", info.Name, "kind", info.Mapping.GroupVersionKind.Kind, slog.Any("error", err))
slog.Debug("error updating the resource", "namespace", info.Namespace, "name", info.Name, "kind", info.Mapping.GroupVersionKind.Kind, slog.Any("error", err))
updateErrors = append(updateErrors, err.Error())
}
// Because we check for errors later, append the info regardless

Loading…
Cancel
Save