diff --git a/roles/installer/templates/networking/ingress.yaml.j2 b/roles/installer/templates/networking/ingress.yaml.j2 index cf3ec787..3d79c934 100644 --- a/roles/installer/templates/networking/ingress.yaml.j2 +++ b/roles/installer/templates/networking/ingress.yaml.j2 @@ -34,7 +34,7 @@ spec: port: number: 80 {% if ingress_controller|lower == "contour" %} - - path: '{{ ingress_path }}/websocket' + - path: '{{ ingress_path.rstrip("/") }}/websocket' pathType: '{{ ingress_path_type }}' backend: service: