We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6062860 commit 34e41d1Copy full SHA for 34e41d1
1 file changed
src/mas/devops/templates/pipelinerun-upgrade.yml.j2
@@ -119,6 +119,13 @@ spec:
119
value: "{{ db2_data_storage_size }}"
120
{%- endif %}
121
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 %}
129
{%- if mas_app_channel_manage is defined and mas_app_channel_manage != "" %}
130
131
# Manage Application
0 commit comments