mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
fix: revert removal trim symbol before endif (#1715)
This commit is contained in:
@@ -13,7 +13,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
{% if ingress_annotations %}
|
{% if ingress_annotations %}
|
||||||
{{ ingress_annotations | indent(width=4) }}
|
{{ ingress_annotations | indent(width=4) }}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
{% if ingress_controller|lower == "contour" %}
|
{% if ingress_controller|lower == "contour" %}
|
||||||
projectcontour.io/websocket-routes: "/websocket"
|
projectcontour.io/websocket-routes: "/websocket"
|
||||||
kubernetes.io/ingress.class: contour
|
kubernetes.io/ingress.class: contour
|
||||||
|
|||||||
Reference in New Issue
Block a user