chore(helm): using minio keys to initialize minio rather than s3.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-19 22:47:06 +05:30
parent dc4e749a3d
commit 14b4d87943

View file

@ -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