From 43a3bc70dfa7772035d47bf1295e0e269886a2d8 Mon Sep 17 00:00:00 2001 From: ilia-medvedev-codefresh Date: Wed, 31 Jan 2024 15:26:24 +0200 Subject: [PATCH] install crds in ha values ci for workflows Signed-off-by: ilia-medvedev-codefresh --- charts/argo-workflows/ci/ha-values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/argo-workflows/ci/ha-values.yaml b/charts/argo-workflows/ci/ha-values.yaml index 3dfbb572..ae11c478 100644 --- a/charts/argo-workflows/ci/ha-values.yaml +++ b/charts/argo-workflows/ci/ha-values.yaml @@ -1,5 +1,8 @@ # Sample values for High Availability configuration, following https://argoproj.github.io/argo-workflows/high-availability/ - +crds: + install: true + keep: false + controller: # in v3.0+, a second controller can be ran as a hot-standby: https://argoproj.github.io/argo-workflows/high-availability/#workflow-controller replicas: 2 # should be strictly greater than PDB minAvailable