Skip to content

Commit

Permalink
fix: diff DataPlane log (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Nov 5, 2024
1 parent dd04c16 commit 0ecbe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/dataplane/owned_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func reconcileDataPlaneDeployment(
}
if updated {
diff := cmp.Diff(original.Spec.Template, desired.Spec.Template, opts...)
log.Trace(logger, "Deployment diff detected", diff)
log.Trace(logger, "DataPlane Deployment diff detected", dataplane, "diff", diff)
}

return patch.ApplyPatchIfNotEmpty(ctx, cl, logger, existing, original, updated)
Expand Down

0 comments on commit 0ecbe7f

Please sign in to comment.