We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adb73a commit 8203b02Copy full SHA for 8203b02
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -707,6 +707,10 @@ spec:
707
# -------------------------------------------------------------------------
708
- name: mas_app_channel_monitor
709
value: "{{ mas_app_channel_monitor }}"
710
+ {%- if mas_monitor_install_order is defined and mas_monitor_install_order != "" %}
711
+ - name: mas_monitor_install_order
712
+ value: "{{ mas_monitor_install_order }}"
713
+ {%- endif %}
714
{%- endif %}
715
{%- if mas_app_channel_optimizer is defined and mas_app_channel_optimizer != "" %}
716
0 commit comments