Fix alias_host break on bad var reference (#34)

This commit is contained in:
David Sanftenberg 2022-12-29 21:47:07 +00:00 committed by Renaud Chaput
parent f5e3c27ab6
commit 41152e0ed3

View File

@ -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 }}