From a9cee5f4da512f92bd9a55bb1ba4fb804a591d5e Mon Sep 17 00:00:00 2001 From: kurokobo Date: Fri, 16 Feb 2024 02:02:48 +0900 Subject: [PATCH] fix: revert removal trim symbol before endif (#1715) --- roles/installer/templates/networking/ingress.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/templates/networking/ingress.yaml.j2 b/roles/installer/templates/networking/ingress.yaml.j2 index d252e506..65de2e9f 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