From 7d31197c7864d91cddd26998eddf11eda2009fd6 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 2eb61582c..3d86796a7 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml @@ -92,7 +92,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: