From 043c610eca24e192de00d5d0a87bc42a26d795cf Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Wed, 4 Oct 2023 10:59:12 -0500 Subject: [PATCH 1/2] Add S3_OVERRIDE_PATH_STYLE to env map --- templates/configmap-env.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index f2d989eb..34fac726 100644 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -84,6 +84,9 @@ data: {{- with .Values.mastodon.s3.alias_host }} S3_ALIAS_HOST: {{ . }} {{- end }} + {{- with .Values.mastodon.s3.override_path_style }} + S3_OVERRIDE_PATH_STYLE: "{{ . }}" + {{- end }} {{- end }} {{- with .Values.mastodon.smtp.auth_method }} SMTP_AUTH_METHOD: {{ . }} From f9cf5ecce008ac871116bd989d5f70e748e87c6c Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Mon, 11 Mar 2024 21:18:18 +0000 Subject: [PATCH 2/2] Add option to values.yaml --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index 237ace50..44d15ef2 100644 --- a/values.yaml +++ b/values.yaml @@ -78,6 +78,8 @@ mastodon: permission: "" # -- If you have a caching proxy, enter its base URL here. alias_host: "" + # -- Set this to true if the storage provider uses domain style 'bucket.endpoint' naming + # override_path_style: "true" deepl: enabled: false plan: