Skip to content

Commit aee84b3

Browse files
sdoshi96Shyam Doshi
andauthored
[patch] Added appOMUpgradeMode in Facilities (#205)
Co-authored-by: Shyam Doshi <Shyam.Doshi@ibm.com>
1 parent b9bdb3c commit aee84b3

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
@@ -760,6 +760,10 @@ spec:
760760
- name: mas_ws_facilities_size
761761
value: "{{ mas_ws_facilities_size }}"
762762
{%- endif %}
763+
{%- if mas_ws_facilities_app_om_upgrade_mode is defined and mas_ws_facilities_app_om_upgrade_mode != "" %}
764+
- name: mas_ws_facilities_app_om_upgrade_mode
765+
value: "{{ mas_ws_facilities_app_om_upgrade_mode }}"
766+
{%- endif %}
763767
{%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
764768
- name: mas_ws_facilities_routes_timeout
765769
value: "{{ mas_ws_facilities_routes_timeout }}"

0 commit comments

Comments
 (0)