install crds in ha values ci for workflows
Signed-off-by: ilia-medvedev-codefresh <ilia.medvedev@codefresh.io>
This commit is contained in:
parent
92899794e2
commit
43a3bc70df
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue