chore(helm): disable minio migration if s3 is enabled
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
772261fef4
commit
8cce90b8a7
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ spec:
|
|||
mountPath: /opt/openreplay
|
||||
- name: dbmigrationscript
|
||||
mountPath: /opt/migrations/
|
||||
{{- if eq .Values.global.s3.endpoint "http://minio.db.svc.cluster.local:9000" }}
|
||||
- name: minio
|
||||
image: bitnami/minio:2020.10.9-debian-10-r6
|
||||
env:
|
||||
|
|
@ -128,6 +129,7 @@ spec:
|
|||
mountPath: /opt/openreplay
|
||||
- name: dbmigrationscript
|
||||
mountPath: /opt/migrations/
|
||||
{{- end}}
|
||||
{{- if .Values.global.enterpriseEditionLicense }}
|
||||
# Enterprise migration
|
||||
- name: clickhouse
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue