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