From 8477badd9e55368079fc24b222d1e9e6334e2ca1 Mon Sep 17 00:00:00 2001 From: Antonio Perrone Date: Wed, 22 Apr 2026 16:40:46 +0200 Subject: [PATCH] [patch] Add support for MAS_FACILITIES_SERVER_TIMEZONE property --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 7125bf9d..c18deb7c 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -772,6 +772,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 }}"