Skip to content

Commit 6ec3c87

Browse files
authored
Merge branch 'stable' into monthlyupdate
2 parents 0e25cbe + c97ed67 commit 6ec3c87

2 files changed

Lines changed: 11 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

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ spec:
119119
value: "{{ db2_data_storage_size }}"
120120
{%- endif %}
121121
{%- endif %}
122+
{%- if mas_monitor_install_order is defined and mas_monitor_install_order != "" %}
123+
124+
# Monitor Install Order
125+
# -------------------------------------------------------------------------
126+
- name: mas_monitor_install_order
127+
value: "{{ mas_monitor_install_order }}"
128+
{%- endif %}
122129
{%- if mas_app_channel_manage is defined and mas_app_channel_manage != "" %}
123130

124131
# Manage Application

0 commit comments

Comments
 (0)