fix: correct indentation for annotations for awxmeshingress (#1723)

fix: correct indentation for annotations
This commit is contained in:
kurokobo
2024-02-22 04:46:34 +09:00
committed by GitHub
parent ac682a9c05
commit 3981e6ba5e

View File

@@ -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 %}