From 885c20827e8bbf0cfc0bc91d5810ad7012777885 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 11 Feb 2025 19:12:17 +0100 Subject: [PATCH] fix(helm): regression #3026 Signed-off-by: rjshrjndrn --- .../openreplay/charts/chalice/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml index 7e804b288..6c1931ba6 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml @@ -90,7 +90,7 @@ spec: - name: SITE_URL value: '{{- include "openreplay.domainURL" . }}' - name: S3_HOST - value: {{- if .Values.global.s3.endpoint -}}{{- include "openreplay.s3Endpoint" . -}}{{- end }} + value: {{ if .Values.global.s3.endpoint }}{{ include "openreplay.s3Endpoint" . }}{{ end }} - name: S3_KEY {{- if .Values.global.s3.existingSecret }} valueFrom: