We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543b34f commit 8477badCopy full SHA for 8477bad
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -772,6 +772,10 @@ spec:
772
- name: mas_ws_facilities_app_om_upgrade_mode
773
value: "{{ mas_ws_facilities_app_om_upgrade_mode }}"
774
{%- 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 %}
779
{%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
780
- name: mas_ws_facilities_routes_timeout
781
value: "{{ mas_ws_facilities_routes_timeout }}"
0 commit comments