mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Update high_availability.md (#4878)
Remove double "don't have" in "Enable Concurrent Processing" section. Signed-off-by: Peter Malmgren <peter.malmgren@zapier.com>
This commit is contained in:
parent
9ed140deaa
commit
5aa1e47f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ Argo CD repo server maintains one repository clone locally and use it for applic
|
|||
Argo CD determines if manifest generation might change local files in the local repository clone based on config management tool and application settings.
|
||||
If the manifest generation has no side effects then requests are processed in parallel without the performance penalty. Following are known cases that might cause slowness and workarounds:
|
||||
|
||||
* **Multiple Helm based applications pointing to the same directory in one Git repository:** ensure that your Helm chart don't have don't have conditional
|
||||
* **Multiple Helm based applications pointing to the same directory in one Git repository:** ensure that your Helm chart don't have conditional
|
||||
[dependencies](https://helm.sh/docs/chart_best_practices/dependencies/#conditions-and-tags) and create `.argocd-allow-concurrency` file in chart directory.
|
||||
|
||||
* **Multiple Custom plugin based applications:** avoid creating temporal files during manifest generation and and create `.argocd-allow-concurrency` file in app directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue