Skip to content

Commit 3143ab1

Browse files
authored
Add S3_OVERRIDE_PATH_STYLE to mastodon-env ConfigMap (#94)
1 parent 28728a8 commit 3143ab1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

templates/configmap-env.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ data:
8484
{{- with .Values.mastodon.s3.alias_host }}
8585
S3_ALIAS_HOST: {{ . }}
8686
{{- end }}
87+
{{- with .Values.mastodon.s3.override_path_style }}
88+
S3_OVERRIDE_PATH_STYLE: "{{ . }}"
89+
{{- end }}
8790
{{- end }}
8891
{{- with .Values.mastodon.smtp.auth_method }}
8992
SMTP_AUTH_METHOD: {{ . }}

values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ mastodon:
7878
permission: ""
7979
# -- If you have a caching proxy, enter its base URL here.
8080
alias_host: ""
81+
# -- Set this to true if the storage provider uses domain style 'bucket.endpoint' naming
82+
# override_path_style: "true"
8183
deepl:
8284
enabled: false
8385
plan:

0 commit comments

Comments
 (0)