Skip to content

Commit 0e66ccf

Browse files
Fix typo, "path" -> "patch" (#471)
1 parent 22df557 commit 0e66ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/scenarios/migrate-workload-with-placement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cluster2-guestbook-app Synced Healthy
6767

6868
1) To demonstrate how an application can be migrated to another cluster, let's first deploy the application in a single cluster.
6969

70-
Path the existing `Placement` to select only one cluster.
70+
Patch the existing `Placement` to select only one cluster.
7171

7272
```shell
7373
$ kubectl patch placement -n argocd guestbook-app-placement --patch '{"spec": {"numberOfClusters": 1}}' --type=merge

0 commit comments

Comments
 (0)