allow custom S3_PERMISSION env
This commit is contained in:
parent
a227f91a7f
commit
61194296af
|
@ -50,6 +50,9 @@ data:
|
||||||
S3_ENDPOINT: {{ .Values.mastodon.s3.endpoint }}
|
S3_ENDPOINT: {{ .Values.mastodon.s3.endpoint }}
|
||||||
S3_HOSTNAME: {{ .Values.mastodon.s3.hostname }}
|
S3_HOSTNAME: {{ .Values.mastodon.s3.hostname }}
|
||||||
S3_PROTOCOL: "https"
|
S3_PROTOCOL: "https"
|
||||||
|
{{- if .Values.mastodon.s3.permission }}
|
||||||
|
S3_PERMISSION: {{ .Values.mastodon.s3.permission }}
|
||||||
|
{{- end }}
|
||||||
{{- with .Values.mastodon.s3.region }}
|
{{- with .Values.mastodon.s3.region }}
|
||||||
S3_REGION: {{ . }}
|
S3_REGION: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -65,6 +65,7 @@ mastodon:
|
||||||
endpoint: ""
|
endpoint: ""
|
||||||
hostname: ""
|
hostname: ""
|
||||||
region: ""
|
region: ""
|
||||||
|
permission: ""
|
||||||
# -- If you have a caching proxy, enter its base URL here.
|
# -- If you have a caching proxy, enter its base URL here.
|
||||||
alias_host: ""
|
alias_host: ""
|
||||||
# these must be set manually; autogenerated keys are rotated on each upgrade
|
# these must be set manually; autogenerated keys are rotated on each upgrade
|
||||||
|
|
Loading…
Reference in New Issue
Block a user