Skip to content

Commit 8477bad

Browse files
[patch] Add support for MAS_FACILITIES_SERVER_TIMEZONE property
1 parent 543b34f commit 8477bad

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
@@ -772,6 +772,10 @@ spec:
772772
- name: mas_ws_facilities_app_om_upgrade_mode
773773
value: "{{ mas_ws_facilities_app_om_upgrade_mode }}"
774774
{%- endif %}
775+
{%- if mas_ws_facilities_server_timezone is defined and mas_ws_facilities_server_timezone != "" %}
776+
- name: mas_ws_facilities_server_timezone
777+
value: "{{ mas_ws_facilities_server_timezone }}"
778+
{%- endif %}
775779
{%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
776780
- name: mas_ws_facilities_routes_timeout
777781
value: "{{ mas_ws_facilities_routes_timeout }}"

0 commit comments

Comments
 (0)