Skip to content

Commit 6111aec

Browse files
harsh42774Harsh Tamakuwala
andauthored
[minor] Add manage online upgrade support (#86)
Co-authored-by: Harsh Tamakuwala <Harsh.Tamakuwala@ibm.com>
1 parent 715b786 commit 6111aec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)