From 3143ab1e34ad17faa87515ac7fa08e1782569061 Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Tue, 12 Mar 2024 08:49:53 -0500 Subject: [PATCH] Add S3_OVERRIDE_PATH_STYLE to mastodon-env ConfigMap (#94) --- templates/configmap-env.yaml | 3 +++ values.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index f2d989e..34fac72 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: {{ . }} diff --git a/values.yaml b/values.yaml index 96d780c..3c7d948 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: