From 0e5fe14dc26ba7f35c11712140ea9cc1ded8d486 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 4 Feb 2025 18:44:22 +0100 Subject: [PATCH] chore(helm): make s3 external endpoint Signed-off-by: rjshrjndrn --- .../openreplay/charts/integrations/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml index 6532a4683..a3591b655 100644 --- a/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: value: {{ .Values.global.s3.secretKey }} {{- end }} - name: AWS_ENDPOINT - value: '{{ .Values.global.s3.endpoint }}' + value: '{{- include "openreplay.s3Endpoint" . }}' - name: AWS_REGION value: '{{ .Values.global.s3.region }}' - name: BUCKET_NAME