From 14b4d87943fd12fb3835d006bd18f8788976cc15 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 19 Jan 2022 22:47:06 +0530 Subject: [PATCH] chore(helm): using minio keys to initialize minio rather than s3. Signed-off-by: Rajesh Rajendran --- scripts/helmcharts/openreplay/templates/job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 74e2cadcc..4e0cdebf4 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -81,9 +81,9 @@ spec: - name: CHART_APP_VERSION value: "{{ .Chart.AppVersion }}" - name: MINIO_ACCESS_KEY - value: "{{ .Values.global.s3.accessKey }}" + value: "{{ .Values.minio.global.minio.accessKey }}" - name: MINIO_SECRET_KEY - value: "{{ .Values.global.s3.secretKey }}" + value: "{{ .Values.minio.global.minio.secretKey }}" command: - /bin/bash - /opt/migrations/dbops.sh