Closed mruoss closed 3 weeks ago
Currently in the ArgoCD redis/pdb helm template, there's logic that prevents the PDB to be created if redis-ha is enabled. This doesn't make sense, right? I'd even argue that PDB for HA is necessary?
argo-cd
7.6.12
use the following values when deploying:
redis-ha: enabled: true redis: pdb: enabled: true minAvailable: 1
this should create a PDB resource
No response
Never mind! redis-ha uses a dependency so I guess the values for it need to be configured under .redis-ha.
.redis-ha
Describe the bug
Currently in the ArgoCD redis/pdb helm template, there's logic that prevents the PDB to be created if redis-ha is enabled. This doesn't make sense, right? I'd even argue that PDB for HA is necessary?
Related helm chart
argo-cd
Helm chart version
7.6.12
To Reproduce
use the following values when deploying:
Expected behavior
this should create a PDB resource
Screenshots
No response
Additional context
No response