Skip to content

Commit 33b4e86

Browse files
committed
[patch] include mas_routing_mode
1 parent b0119f9 commit 33b4e86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,10 @@ spec:
539539
- name: mas_enable_walkme
540540
value: "{{ mas_enable_walkme }}"
541541
{%- endif %}
542+
{%- if mas_routing_mode is defined and mas_routing_mode != "" %}
543+
- name: mas_routing_mode
544+
value: "{{ mas_routing_mode }}"
545+
{%- endif %}
542546

543547
# MAS Workspace
544548
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)