From 0c4052173c253d1dae5dc478cf1ff6f3328cff10 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:46:06 +0900 Subject: [PATCH] fix: revert removal trim symbol before endif --- 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 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