Skip to content

Commit f97a82a

Browse files
akashbogamakashbogamibm
authored andcommitted
[patch] pass mas_monitor_install_order parameter to PipelineRun
1 parent 103b83a commit f97a82a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@ spec:
707707
# -------------------------------------------------------------------------
708708
- name: mas_app_channel_monitor
709709
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 %}
710714
{%- endif %}
711715
{%- if mas_app_channel_optimizer is defined and mas_app_channel_optimizer != "" %}
712716

0 commit comments

Comments
 (0)