diff --git a/roles/installer/templates/networking/ingress.yaml.j2 b/roles/installer/templates/networking/ingress.yaml.j2 index d252e5066..65de2e9f8 100644 --- a/roles/installer/templates/networking/ingress.yaml.j2 +++ b/roles/installer/templates/networking/ingress.yaml.j2 @@ -13,7 +13,7 @@ metadata: annotations: {% if ingress_annotations %} {{ ingress_annotations | indent(width=4) }} -{%- endif %} +{% endif %} {% if ingress_controller|lower == "contour" %} projectcontour.io/websocket-routes: "/websocket" kubernetes.io/ingress.class: contour