From 41152e0ed3f3248d0b77bb0d297016932f22d276 Mon Sep 17 00:00:00 2001 From: David Sanftenberg Date: Thu, 29 Dec 2022 21:47:07 +0000 Subject: [PATCH] Fix alias_host break on bad var reference (#34) --- templates/configmap-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index 804d453..e1b1896 100644 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -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 }}