diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 294a388c..3996f376 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -788,6 +788,10 @@ spec: - name: mas_ws_facilities_app_om_upgrade_mode value: "{{ mas_ws_facilities_app_om_upgrade_mode }}" {%- endif %} +{%- if mas_ws_facilities_server_timezone is defined and mas_ws_facilities_server_timezone != "" %} + - name: mas_ws_facilities_server_timezone + value: "{{ mas_ws_facilities_server_timezone }}" +{%- 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 }}"