We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 409dee1 + 6111aec commit f5deac2Copy full SHA for f5deac2
1 file changed
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