argoproj-labs / argocd-operator

A Kubernetes operator for managing Argo CD clusters.
https://argocd-operator.readthedocs.io
Apache License 2.0
659 stars 769 forks source link

Allow setting volume mounts for dex container #1597

Open SebastianJ91 opened 2 weeks ago

SebastianJ91 commented 2 weeks ago

Is your feature request related to a problem? Please describe. For now it's not possible to mount custom root-ca certificates to the dex container for allowing OIDC connections to servers secured by a private CA.

Describe the solution you'd like Add new parameters in ArgoCD crd for modifying the dex deployment:

Similar settings are already existing for other argocd deployments e.g.

Describe alternatives you've considered As a workaround it is possible:

svghadi commented 6 days ago

Hi @SebastianJ91 , I will look into the feasibility and get back to you on this.