We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28728a8 commit 3143ab1Copy full SHA for 3143ab1
templates/configmap-env.yaml
@@ -84,6 +84,9 @@ data:
84
{{- with .Values.mastodon.s3.alias_host }}
85
S3_ALIAS_HOST: {{ . }}
86
{{- end }}
87
+ {{- with .Values.mastodon.s3.override_path_style }}
88
+ S3_OVERRIDE_PATH_STYLE: "{{ . }}"
89
+ {{- end }}
90
91
{{- with .Values.mastodon.smtp.auth_method }}
92
SMTP_AUTH_METHOD: {{ . }}
values.yaml
@@ -78,6 +78,8 @@ mastodon:
78
permission: ""
79
# -- If you have a caching proxy, enter its base URL here.
80
alias_host: ""
81
+ # -- Set this to true if the storage provider uses domain style 'bucket.endpoint' naming
82
+ # override_path_style: "true"
83
deepl:
enabled: false
plan:
0 commit comments