From 98e671403c34f70948bd05769c152a0cc17d87f9 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 21 Nov 2023 11:38:08 +0100 Subject: [PATCH] helm: fix duplicate SMTP_HOST env variable Signed-off-by: Richard Steinmetz --- nextcloud-aio-helm-chart/update-helm.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 2cab0d18..48f73505 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -192,8 +192,6 @@ done # Additional config cat << EOL > /tmp/additional.config - - name: SMTP_HOST - value: "{{ .Values.SMTP_HOST }}" - name: SMTP_HOST value: "{{ .Values.SMTP_HOST }}" - name: SMTP_SECURE