Skip to content

Commit f5deac2

Browse files
authored
Merge branch 'stable' into julycatalog
2 parents 409dee1 + 6111aec commit f5deac2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)