From 947afc395928dda20cc58369c7e1b9c03e303e0f Mon Sep 17 00:00:00 2001 From: Paul Stone Date: Mon, 20 Apr 2026 16:15:18 +0100 Subject: [PATCH] [patch] include mas_use_service_mesh install parameter --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index eebbbd5a..7125bf9d 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -541,6 +541,10 @@ spec: - name: mas_ingress_controller_name value: "{{ mas_ingress_controller_name }}" {%- endif %} +{%- if mas_use_service_mesh is defined and mas_use_service_mesh != "" %} + - name: mas_use_service_mesh + value: "{{ mas_use_service_mesh }}" +{%- endif %} {%- if mas_deployment_progression is defined and mas_deployment_progression != "" %} - name: mas_deployment_progression value: "{{ mas_deployment_progression }}"