chore(helm): using minio keys to initialize minio rather than s3.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
dc4e749a3d
commit
14b4d87943
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue