mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
correct wordings (#2916)
This commit is contained in:
parent
04097a1383
commit
4e579da8e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
|||
|
||||

|
||||
|
||||
The select the "out of sync" apps and sync:
|
||||
Then select the "out of sync" apps and sync:
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue