Skip to content

Commit d9e893d

Browse files
committed
[patch] additional params for facilities
1 parent 1276341 commit d9e893d

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -850,28 +850,16 @@ spec:
850850
- name: mas_ws_facilities_storage_log_mode
851851
value: "{{ mas_ws_facilities_storage_log_mode }}"
852852
{%- 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 %}
857853
- name: mas_ws_facilities_storage_userfiles_class
858854
value: "{{ mas_ws_facilities_storage_userfiles_class }}"
859855
{%- if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %}
860856
- name: mas_ws_facilities_storage_userfiles_mode
861857
value: "{{ mas_ws_facilities_storage_userfiles_mode }}"
862858
{%- 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 %}
859+
{%- if mas_ws_facilities_config_map_name is defined and mas_ws_facilities_config_map_name != "" %}
860+
- name: mas_ws_facilities_config_map_name
861+
value: "{{ mas_ws_facilities_config_map_name }}"
862+
{%- endif %}
875863

876864
- name: db2_action_facilities
877865
value: "{{ db2_action_facilities}}"

0 commit comments

Comments
 (0)