You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see in the ingress controler logs that it checks if secret argocd-server-tls is valid for domain2, fails and fallbacks on the default ingress certificate and does not check secret domain2-tls
If we remove - domain2 from tls.hosts[0], it is working as expected.
Related helm chart
argo-cd
Helm chart version
7.0.0
To Reproduce
Setup an additionnal TLS domain server.ingress.extraHosts and server.ingress.extraTls
Expected behavior
Ingress using the correct certificate for the second domain.