From 5e21a4c6d06e70a7f074280c8dad21e34c17dd8f Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 21 Sep 2022 10:48:29 +0200 Subject: [PATCH] fix(helm): typo Signed-off-by: rjshrjndrn --- .../openreplay/charts/peers/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/peers/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/peers/templates/deployment.yaml index 361aee0e0..7c08dd718 100644 --- a/scripts/helmcharts/openreplay/charts/peers/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/peers/templates/deployment.yaml @@ -44,7 +44,7 @@ spec: env: - name: ASSIST_KEY value: {{ .Values.global.assistKey }} - - name: S3_KEYASSIST_KEY + - name: S3_KEY value: {{ .Values.global.s3.accessKey }} {{- range $key, $val := .Values.env }} - name: {{ $key }}