Skip to content

Commit 9d91d92

Browse files
committed
[patch] add monitor install order param
1 parent 8203b02 commit 9d91d92

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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)