From 3981e6ba5eca925958723a7819f6241beaf739d9 Mon Sep 17 00:00:00 2001 From: kurokobo Date: Thu, 22 Feb 2024 04:46:34 +0900 Subject: [PATCH] fix: correct indentation for annotations for awxmeshingress (#1723) fix: correct indentation for annotations --- roles/mesh_ingress/templates/ingress.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}