We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55f62ee + dd7bd49 commit 7faba22Copy full SHA for 7faba22
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -539,6 +539,10 @@ spec:
539
- name: mas_enable_walkme
540
value: "{{ mas_enable_walkme }}"
541
{%- endif %}
542
+{%- if mas_routing_mode is defined and mas_routing_mode != "" %}
543
+ - name: mas_routing_mode
544
+ value: "{{ mas_routing_mode }}"
545
+{%- endif %}
546
547
# MAS Workspace
548
# -------------------------------------------------------------------------
0 commit comments