From 04cfba40b50cdff5d9bfd0d98f1b46e1cbb94732 Mon Sep 17 00:00:00 2001 From: Leonardo Miranda Date: Mon, 16 Dec 2024 13:59:49 -0300 Subject: [PATCH 1/3] [patch] add manage attachment params --- .../devops/templates/pipelinerun-install.yml.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 4666d01d..ee01ab1d 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -327,6 +327,12 @@ spec: value: "{{ cos_action }}" - name: cos_apikey value: "{{ cos_apikey }}" + - name: cos_instance_name + value: "{{ cos_instance_name }}" + - name: cos_bucket_name + value: "{{ cos_bucket_name }}" + - name: cos_use_hmac + value: "{{ cos_use_hmac }}" {%- endif %} # MAS Catalog @@ -611,6 +617,14 @@ spec: - name: mas_app_settings_server_timezone value: "{{ mas_app_settings_server_timezone }}" {%- endif %} + {%- if mas_manage_attachments_provider is defined and mas_manage_attachments_provider != "" %} + - name: mas_manage_attachments_provider + value: "{{ mas_manage_attachments_provider }}" + {%- endif %} + {%- if mas_manage_attachment_configuration_mode is defined and mas_manage_attachment_configuration_mode != "" %} + - name: mas_manage_attachment_configuration_mode + value: "{{ mas_manage_attachment_configuration_mode }}" + {%- endif %} {%- if mas_app_settings_tablespace is defined and mas_app_settings_tablespace != "" %} - name: mas_app_settings_tablespace value: "{{ mas_app_settings_tablespace }}" From bcb0fa18c1ea58e76a7fa140982cc5954b3ca9ab Mon Sep 17 00:00:00 2001 From: Leonardo Miranda Date: Mon, 16 Dec 2024 14:12:55 -0300 Subject: [PATCH 2/3] [patch] removing dup --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index ee01ab1d..ba4c479a 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -327,8 +327,6 @@ spec: value: "{{ cos_action }}" - name: cos_apikey value: "{{ cos_apikey }}" - - name: cos_instance_name - value: "{{ cos_instance_name }}" - name: cos_bucket_name value: "{{ cos_bucket_name }}" - name: cos_use_hmac From 6e506bd909e1a538139724e7ce1842bff83d254f Mon Sep 17 00:00:00 2001 From: Leonardo Miranda Date: Tue, 17 Dec 2024 17:37:52 -0300 Subject: [PATCH 3/3] [patch] removing cos_use_hmac --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index ba4c479a..4ad87f44 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -329,8 +329,6 @@ spec: value: "{{ cos_apikey }}" - name: cos_bucket_name value: "{{ cos_bucket_name }}" - - name: cos_use_hmac - value: "{{ cos_use_hmac }}" {%- endif %} # MAS Catalog