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
21 changes: 4 additions & 17 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ spec:
value: "{{ mas_aibroker_db_secret_value }}"
{%- endif %}

# TODO: Fix type for storage sizes and max conn pool size
{%- if mas_app_channel_facilities is defined and mas_app_channel_facilities != "" %}

# Real Estate anda Facilities Application
Expand Down Expand Up @@ -850,28 +849,16 @@ spec:
- name: mas_ws_facilities_storage_log_mode
value: "{{ mas_ws_facilities_storage_log_mode }}"
{%- endif %}
# {%- if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %}
# - name: mas_ws_facilities_storage_log_size
# value: "{{ mas_ws_facilities_storage_log_size }}"
# {%- endif %}
- name: mas_ws_facilities_storage_userfiles_class
value: "{{ mas_ws_facilities_storage_userfiles_class }}"
{%- if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %}
- name: mas_ws_facilities_storage_userfiles_mode
value: "{{ mas_ws_facilities_storage_userfiles_mode }}"
{%- endif %}
# {%- if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %}
# - name: mas_ws_facilities_storage_userfiles_size
# value: "{{ mas_ws_facilities_storage_userfiles_size }}"
# {%- endif %}
{%- if mas_ws_facilities_dwfagents is defined and mas_ws_facilities_dwfagents != "" %}
- name: mas_ws_facilities_dwfagents
value: "{{ mas_ws_facilities_dwfagents }}"
{%- endif %}
# {%- if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %}
# - name: mas_ws_facilities_db_maxconnpoolsize
# value: "{{ mas_ws_facilities_db_maxconnpoolsize }}"
# {%- endif %}
{%- if mas_ws_facilities_config_map_name is defined and mas_ws_facilities_config_map_name != "" %}
- name: mas_ws_facilities_config_map_name
value: "{{ mas_ws_facilities_config_map_name }}"
{%- endif %}

- name: db2_action_facilities
value: "{{ db2_action_facilities}}"
Expand Down
Loading