diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 6651f68b..e4893fee 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -760,6 +760,10 @@ spec: - name: mas_ws_facilities_size value: "{{ mas_ws_facilities_size }}" {%- endif %} +{%- if mas_ws_facilities_app_om_upgrade_mode is defined and mas_ws_facilities_app_om_upgrade_mode != "" %} + - name: mas_ws_facilities_app_om_upgrade_mode + value: "{{ mas_ws_facilities_app_om_upgrade_mode }}" +{%- endif %} {%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %} - name: mas_ws_facilities_routes_timeout value: "{{ mas_ws_facilities_routes_timeout }}"