File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments