From 33b4e86e9a27bfdbff7993a383e5c4070e97def0 Mon Sep 17 00:00:00 2001 From: Paul Stone Date: Thu, 6 Nov 2025 09:37:36 +0000 Subject: [PATCH] [patch] include mas_routing_mode --- 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 9975c231..38092b27 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -539,6 +539,10 @@ spec: - name: mas_enable_walkme value: "{{ mas_enable_walkme }}" {%- endif %} +{%- if mas_routing_mode is defined and mas_routing_mode != "" %} + - name: mas_routing_mode + value: "{{ mas_routing_mode }}" +{%- endif %} # MAS Workspace # -------------------------------------------------------------------------