File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -676,6 +676,10 @@ spec:
676676 - name: mas_app_settings_default_jms
677677 value: "{{ mas_app_settings_default_jms }}"
678678 {% - endif %}
679+ {% - if mas_appws_upgrade_type is defined and mas_appws_upgrade_type != "" %}
680+ - name: mas_appws_upgrade_type
681+ value: "{{ mas_appws_upgrade_type }}"
682+ {% - endif %}
679683{% - endif %}
680684{% - if mas_app_channel_monitor is defined and mas_app_channel_monitor != "" %}
681685
Original file line number Diff line number Diff line change @@ -237,6 +237,10 @@ spec:
237237 - name: mas_app_settings_default_jms
238238 value: "{{ mas_app_settings_default_jms }}"
239239 {% - endif %}
240+ {% - if mas_appws_upgrade_type is defined and mas_appws_upgrade_type != "" %}
241+ - name: mas_appws_upgrade_type
242+ value: "{{ mas_appws_upgrade_type }}"
243+ {% - endif %}
240244{% - endif %}
241245
242246
You can’t perform that action at this time.
0 commit comments