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