From d60cda3f0b48c57807c9dae63ab8d3c17a7c7812 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Thu, 25 Jul 2024 23:31:40 +0100 Subject: [PATCH] Inject mobile bucket (#2432) --- .../openreplay/charts/chalice/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml index c236f8d9a..74d3cc69c 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml @@ -113,6 +113,8 @@ spec: value: {{ .Values.global.s3.assistRecordsBucket }} - name: sessions_bucket value: {{ .Values.global.s3.recordingsBucket }} + - name: IOS_VIDEO_BUCKET + value: {{ .Values.global.s3.recordingsBucket }} - name: sourcemaps_bucket value: {{ .Values.global.s3.sourcemapsBucket }} - name: js_cache_bucket