Skip to content

Commit 67d8518

Browse files
Shyam DoshiShyam Doshi
authored andcommitted
[patch] Added appOMUpgradeMode in Facilities
1 parent 40a92eb commit 67d8518

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_appOMUpgradeMode is defined and mas_ws_facilities_appOMUpgradeMode != "" %}
764+
- name: mas_ws_facilities_appOMUpgradeMode
765+
value: "{{ mas_ws_facilities_appOMUpgradeMode }}"
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)