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.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to setup Argo-CD with two domain, I added the second one in the values. Certificates secrets already in place.
But it is rendered as
We see in the ingress controler logs that it checks if secret
argocd-server-tls
is valid fordomain2
, fails and fallbacks on the default ingress certificate and does not check secretdomain2-tls
If we remove
- domain2
fromtls.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.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: