diff --git a/roles/mesh_ingress/templates/ingress.yml.j2 b/roles/mesh_ingress/templates/ingress.yml.j2 index d37c0a18..6cc10e1f 100644 --- a/roles/mesh_ingress/templates/ingress.yml.j2 +++ b/roles/mesh_ingress/templates/ingress.yml.j2 @@ -12,7 +12,7 @@ metadata: {{ ingress_annotations | indent(width=4) }} {% endif %} {% if ingress_controller|lower == "nginx" %} - nginx.ingress.kubernetes.io/ssl-passthrough: "true" + nginx.ingress.kubernetes.io/ssl-passthrough: "true" {% endif %} spec: {% if ingress_class_name %}