diff --git a/helm-charts/charts/privacypal/templates/lambda.yaml b/helm-charts/charts/privacypal/templates/lambda.yaml index 0586ae95..7dc71784 100644 --- a/helm-charts/charts/privacypal/templates/lambda.yaml +++ b/helm-charts/charts/privacypal/templates/lambda.yaml @@ -11,14 +11,14 @@ metadata: spec: name: {{ .Release.Namespace }}-{{ $fullName }}-vidproc packageType: Image + environment: + variables: + OUTPUT_BUCKET: {{ .Release.Namespace }}-{{ $fullName }}-videos {{- with .Values.lambda.videoProcessor }} code: imageURI: "{{ .image.repository }}:{{ .image.tag }}" role: {{ .iamRole }} description: Video processing Lambda to process videos submitted by users - environment: - variables: - OUTPUT_BUCKET: {{ $fullName }}-videos ephemeralStorage: size: {{ .ephemeralStorageSize }} memorySize: {{ .memorySize }}