Open kirrmann opened 2 days ago
If this is not intended then I can create a Pull Request
Dex is intended and also the background is documented:
The argocd-dex-server uses an in-memory database, and two or more instances would have inconsistent data.
There are various issues upstream when running more than one replica, e.g.:
Describe the bug
Both the deployments have a hard coded
replicas: 1
, which is surprising because for both a PDB can be setup. Is there any reason for setting this fixed values and not exposing it invalues.yaml
?Related helm chart
argo-cd
Helm chart version
7.7.1
To Reproduce
See dex deployment template and notifications-controller deployment-template to see that replicas is hard coded to 1
Expected behavior
notifications.replicas
anddex.replicas
should be exposed as a setting invalues.yaml
Screenshots
No response
Additional context
No response