mirror of
https://github.com/mastodon/chart
synced 2025-03-14 21:11:50 +00:00
Add S3_OVERRIDE_PATH_STYLE to mastodon-env ConfigMap (#94)
This commit is contained in:
parent
28728a8760
commit
3143ab1e34
|
@ -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: {{ . }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user