From 043c610eca24e192de00d5d0a87bc42a26d795cf Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Wed, 4 Oct 2023 10:59:12 -0500 Subject: [PATCH] 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 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: {{ . }}