Skip to content

Commit

Permalink
Force server side diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalen Wessel committed Dec 4, 2024
1 parent a703773 commit 355b453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/checks/diff/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func generateDiff(ctx context.Context, request checks.Request, argoSettings *set
WithTracking(argoSettings.AppLabelKey, argoSettings.TrackingMethod).
WithNoCache().
WithIgnoreMutationWebhook(false).
WithServerSideDiff().
Build()
if err != nil {
telemetry.SetError(span, err, "Build Diff")
Expand Down

0 comments on commit 355b453

Please sign in to comment.