Skip to content

Commit a20d1cc

Browse files
authored
[patch] additional params for facilities (#81)
1 parent 1276341 commit a20d1cc

1 file changed

Lines changed: 4 additions & 17 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ spec:
816816
value: "{{ mas_aibroker_db_secret_value }}"
817817
{%- endif %}
818818

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

822821
# Real Estate anda Facilities Application
@@ -850,28 +849,16 @@ spec:
850849
- name: mas_ws_facilities_storage_log_mode
851850
value: "{{ mas_ws_facilities_storage_log_mode }}"
852851
{%- endif %}
853-
# {%- if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %}
854-
# - name: mas_ws_facilities_storage_log_size
855-
# value: "{{ mas_ws_facilities_storage_log_size }}"
856-
# {%- endif %}
857852
- name: mas_ws_facilities_storage_userfiles_class
858853
value: "{{ mas_ws_facilities_storage_userfiles_class }}"
859854
{%- if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %}
860855
- name: mas_ws_facilities_storage_userfiles_mode
861856
value: "{{ mas_ws_facilities_storage_userfiles_mode }}"
862857
{%- endif %}
863-
# {%- if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %}
864-
# - name: mas_ws_facilities_storage_userfiles_size
865-
# value: "{{ mas_ws_facilities_storage_userfiles_size }}"
866-
# {%- endif %}
867-
{%- if mas_ws_facilities_dwfagents is defined and mas_ws_facilities_dwfagents != "" %}
868-
- name: mas_ws_facilities_dwfagents
869-
value: "{{ mas_ws_facilities_dwfagents }}"
870-
{%- endif %}
871-
# {%- if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %}
872-
# - name: mas_ws_facilities_db_maxconnpoolsize
873-
# value: "{{ mas_ws_facilities_db_maxconnpoolsize }}"
874-
# {%- endif %}
858+
{%- if mas_ws_facilities_config_map_name is defined and mas_ws_facilities_config_map_name != "" %}
859+
- name: mas_ws_facilities_config_map_name
860+
value: "{{ mas_ws_facilities_config_map_name }}"
861+
{%- endif %}
875862

876863
- name: db2_action_facilities
877864
value: "{{ db2_action_facilities}}"

0 commit comments

Comments
 (0)