Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down