Skip to content

Commit 6633f9c

Browse files
Harsh TamakuwalaHarsh Tamakuwala
authored andcommitted
[patch] Add manage upgrade type support
1 parent 1276341 commit 6633f9c

2 files changed

Lines changed: 8 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

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

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

0 commit comments

Comments
 (0)