Skip to content

Commit df5ff1f

Browse files
authored
fix(doc): Fix typo in SSA doc (#23421)
Signed-off-by: Peter Jiang <[email protected]>
1 parent 6b24fcb commit df5ff1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/sync-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ This is useful when you have other operators managing resources that are no long
325325
When client-side apply migration is enabled:
326326
1. Argo CD will use the specified field manager (or default if not specified) to perform migration
327327
2. During a server-side apply sync operation, it will:
328-
- Perfirm a client-side-apply with the specified field manager
329-
- Move the 'last-appled-configuration' annotation to be managed by the specified manager
328+
- Perform a client-side-apply with the specified field manager
329+
- Move the 'last-applied-configuration' annotation to be managed by the specified manager
330330
- Perform the server-side apply, which will auto migrate all the fields under the manager that owns the 'last-applied-configration' annotation.
331331

332332
This feature is based on Kubernetes' [client-side apply migration KEP](https://github.com/alexzielenski/enhancements/blob/03df8820b9feca6d2cab78e303c99b2c9c0c4c5c/keps/sig-cli/3517-kubectl-client-side-apply-migration/README.md), which provides the auto migration from client-side to server-side apply.

0 commit comments

Comments
 (0)