-
Couldn't load subscription status.
- Fork 2k
Open
Description
Describe the bug
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.
The safe behavior is to enable both redis-ha and pdb.
Related helm chart
argo-cd
Helm chart version
8.1.3
To Reproduce
redis-ha:
enabled: true
redis:
pdb:
enabled: true
minAvailable: 1
No PDB is created. As it's blocked here
Expected behavior
Both redis-ha and redis pdb are enabled
With this config, will create PDB
redis-ha:
enabled: true
redis:
pdb:
enabled: true
minAvailable: 1
Screenshots
No response
Additional context
No response