From 5aa1e47f8ec3c083db0adc33e9694ffd30911730 Mon Sep 17 00:00:00 2001 From: Peter Malmgren Date: Sat, 21 Nov 2020 07:01:25 -0500 Subject: [PATCH] Update high_availability.md (#4878) Remove double "don't have" in "Enable Concurrent Processing" section. Signed-off-by: Peter Malmgren --- docs/operator-manual/high_availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/high_availability.md b/docs/operator-manual/high_availability.md index cc186eb2e9..85d55204e1 100644 --- a/docs/operator-manual/high_availability.md +++ b/docs/operator-manual/high_availability.md @@ -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.