Fix alias_host break on bad var reference (#34)
This commit is contained in:
parent
f5e3c27ab6
commit
41152e0ed3
|
@ -57,7 +57,7 @@ data:
|
|||
S3_REGION: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mastodon.s3.alias_host }}
|
||||
S3_ALIAS_HOST: {{ .Values.mastodon.s3.alias_host}}
|
||||
S3_ALIAS_HOST: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.mastodon.smtp.auth_method }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user