Skip to content

Commit 43dd717

Browse files
authored
docs: fix garbled text in cluster bootstrapping helm example (#25940)
Signed-off-by: AlexO <30403857+AlexOQ@users.noreply.github.com>
1 parent c19d046 commit 43dd717

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/operator-manual/cluster-bootstrapping.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,12 @@ spec:
5656
path: guestbook
5757
repoURL: https://github.com/argoproj/argocd-example-apps
5858
targetRevision: HEAD
59-
```
59+
syncPolicy:
60+
automated:
61+
prune: true
62+
```
6063
61-
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.
64+
This example sets the sync policy to automated with pruning enabled, so child apps are automatically created, synced, and deleted when the parent app's manifest changes. You may wish to disable automated sync for more control over when changes are applied. The finalizer ensures that child app resources are properly cleaned up on deletion.
6265
6366
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.
6467

0 commit comments

Comments
 (0)