From 4e579da8e97db494bc23f9476a700cab54197634 Mon Sep 17 00:00:00 2001 From: shlo Date: Thu, 26 Dec 2019 07:32:48 +0800 Subject: [PATCH] correct wordings (#2916) --- docs/operator-manual/cluster-bootstrapping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator-manual/cluster-bootstrapping.md b/docs/operator-manual/cluster-bootstrapping.md index f3789d0e3f..3d9fe5e939 100644 --- a/docs/operator-manual/cluster-bootstrapping.md +++ b/docs/operator-manual/cluster-bootstrapping.md @@ -49,7 +49,7 @@ spec: targetRevision: HEAD ``` -The sync policy to automated + prune, so that child app is are automatically created, synced, and deleted when the manifest is changed, but you may wish to disable this. I've also added the finalizer, which will ensure that you apps are deleted correctly. +The sync policy to automated + prune, so that child apps are automatically created, synced, and deleted when the manifest is changed, but you may wish to disable this. I've also added the finalizer, which will ensure that your apps are deleted correctly. Fix the revision to a specific Git commit SHA to make sure that, even if the child apps repo changes, the app will only change when the parent app change that revision. Alternatively, you can set it to HEAD or a branch name. @@ -82,7 +82,7 @@ You can either sync via the UI, firstly filter by the correct label: ![Filter Apps](../assets/filter-apps.png) -The select the "out of sync" apps and sync: +Then select the "out of sync" apps and sync: ![Sync Apps](../assets/sync-apps.png)