Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/diff-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Argo CD currently has 3 different strategies to calculate diffs:
## Structured-Merge Diff
*Current Status: [Beta][1] (Since v2.5.0)*

This is diff strategy is automatically used when Server-Side Apply
This diff strategy is automatically used when Server-Side Apply
sync option is enabled. It uses the [structured-merge-diff][2] library
used by Kubernetes to calculate diffs based on fields ownership. There
are some challenges using this strategy to calculate diffs for CRDs
Expand Down