@@ -818,6 +818,7 @@ spec:
818818 value: "{{ mas_aibroker_db_secret_value }}"
819819{% - endif %}
820820
821+ # TODO: Fix type for storage sizes and max conn pool size
821822{% - if mas_app_channel_facilities is defined and mas_app_channel_facilities != "" %}
822823
823824 # Real Estate anda Facilities Application
@@ -851,28 +852,28 @@ spec:
851852 - name: mas_ws_facilities_storage_log_mode
852853 value: "{{ mas_ws_facilities_storage_log_mode }}"
853854{% - endif %}
854- {% - if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %}
855- - name: mas_ws_facilities_storage_log_size
856- value: "{{ mas_ws_facilities_storage_log_size }}"
857- {% - endif %}
855+ # {% - if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %}
856+ # - name: mas_ws_facilities_storage_log_size
857+ # value: "{{ mas_ws_facilities_storage_log_size }}"
858+ # {% - endif %}
858859 - name: mas_ws_facilities_storage_userfiles_class
859860 value: "{{ mas_ws_facilities_storage_userfiles_class }}"
860861{% - if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %}
861862 - name: mas_ws_facilities_storage_userfiles_mode
862863 value: "{{ mas_ws_facilities_storage_userfiles_mode }}"
863864{% - endif %}
864- {% - if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %}
865- - name: mas_ws_facilities_storage_userfiles_size
866- value: "{{ mas_ws_facilities_storage_userfiles_size }}"
867- {% - endif %}
865+ # {% - if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %}
866+ # - name: mas_ws_facilities_storage_userfiles_size
867+ # value: "{{ mas_ws_facilities_storage_userfiles_size }}"
868+ # {% - endif %}
868869{% - if mas_ws_facilities_dwfagents is defined and mas_ws_facilities_dwfagents != "" %}
869870 - name: mas_ws_facilities_dwfagents
870871 value: "{{ mas_ws_facilities_dwfagents }}"
871872{% - endif %}
872- {% - if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %}
873- - name: mas_ws_facilities_db_maxconnpoolsize
874- value: "{{ mas_ws_facilities_db_maxconnpoolsize }}"
875- {% - endif %}
873+ # {% - if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %}
874+ # - name: mas_ws_facilities_db_maxconnpoolsize
875+ # value: "{{ mas_ws_facilities_db_maxconnpoolsize }}"
876+ # {% - endif %}
876877
877878{% - endif %}
878879
0 commit comments