diff --git a/controller/templates/ingress.yaml b/controller/templates/ingress.yaml index 6fe0438d..ed8df06d 100644 --- a/controller/templates/ingress.yaml +++ b/controller/templates/ingress.yaml @@ -8,6 +8,9 @@ spec: tls: - hosts: - {{ routing["host"] }} + {% if "wildcard_host" in routing %} + - {{ routing["wildcard_host"]}} + {% endif %} secretName: {{ routing["tls"]["secretName"] }} {% endif %} rules: