mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Add S3_OVERRIDE_PATH_STYLE to env map
This commit is contained in:
parent
089adff9a5
commit
043c610eca
|
@ -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: {{ . }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user