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 # -------------------------------------------------------------------------