Skip to content
Snippets Groups Projects
Verified Commit 599bd621 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mastodon): Fix alias_host break on bad var reference

parent c283e170
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ data: ...@@ -48,7 +48,7 @@ data:
S3_REGION: {{ . }} S3_REGION: {{ . }}
{{- end }} {{- end }}
{{- with .Values.mastodon.s3.alias_host }} {{- with .Values.mastodon.s3.alias_host }}
S3_ALIAS_HOST: {{ .Values.mastodon.s3.alias_host}} S3_ALIAS_HOST: {{ . }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- with .Values.mastodon.smtp.auth_method }} {{- with .Values.mastodon.smtp.auth_method }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment