Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zhang committed Oct 23, 2024
1 parent d4cc6d1 commit 93d742a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spec:
Note that this strategy requires that Fleet keep the last applied configuration in the
annoation of an applied resource. If the object gets so large that apply ops can no longer
annotation of an applied resource. If the object gets so large that apply ops can no longer
be executed, Fleet will switch to server-side apply.
Expand All @@ -257,7 +257,7 @@ spec:
* ReportDiff: Fleet will compare the desired state of a resource as kept in the hub cluster
with its current state (if appliable) on the member cluster side, and report any
with its current state (if applicable) on the member cluster side, and report any
differences. No actual apply ops would be executed, and resources will be left alone as they
are on the member clusters.
Expand Down

0 comments on commit 93d742a

Please sign in to comment.