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