We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715b786 commit 6111aecCopy full SHA for 6111aec
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -676,6 +676,10 @@ spec:
676
- name: mas_app_settings_default_jms
677
value: "{{ mas_app_settings_default_jms }}"
678
{%- 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 %}
683
684
{%- if mas_app_channel_monitor is defined and mas_app_channel_monitor != "" %}
685
0 commit comments