Skip to content

Commit e5748d4

Browse files
authored
[patch] manage attachments config vars (#49)
1 parent 31446eb commit e5748d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ spec:
327327
value: "{{ cos_action }}"
328328
- name: cos_apikey
329329
value: "{{ cos_apikey }}"
330+
- name: cos_bucket_name
331+
value: "{{ cos_bucket_name }}"
330332
{%- endif %}
331333

332334
# MAS Catalog
@@ -611,6 +613,14 @@ spec:
611613
- name: mas_app_settings_server_timezone
612614
value: "{{ mas_app_settings_server_timezone }}"
613615
{%- endif %}
616+
{%- if mas_manage_attachments_provider is defined and mas_manage_attachments_provider != "" %}
617+
- name: mas_manage_attachments_provider
618+
value: "{{ mas_manage_attachments_provider }}"
619+
{%- endif %}
620+
{%- if mas_manage_attachment_configuration_mode is defined and mas_manage_attachment_configuration_mode != "" %}
621+
- name: mas_manage_attachment_configuration_mode
622+
value: "{{ mas_manage_attachment_configuration_mode }}"
623+
{%- endif %}
614624
{%- if mas_app_settings_tablespace is defined and mas_app_settings_tablespace != "" %}
615625
- name: mas_app_settings_tablespace
616626
value: "{{ mas_app_settings_tablespace }}"

0 commit comments

Comments
 (0)