Closed as not planned
Description
For some reason, cert-manager will only read a single TLS host when the hosts
line is duplicated in the ingress resource. Kubernetes seems to handle it fine.
coder/helm/templates/ingress.yaml
Lines 45 to 50 in 811a69f
I had to manually change the ingress to this for cert-manager to do both certificates.
- hosts:
- coder.example.com
- *.coder.example.com
Is this a quick fix on our end or should I report this with cert-manager?