chore(helm): enterprise migration

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-12-12 20:50:28 +05:30
parent 8ac4c7bdc4
commit b0e37e6c8f
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

View file

@ -71,6 +71,8 @@ spec:
mountPath: /opt/openreplay
- name: dbmigrationscript
mountPath: /opt/migrations/
{{- if .Values.global.enterprise_edition_license }}
# Enterprise migration
- name: clickhouse
image: yandex/clickhouse-client:20.9
command:
@ -95,6 +97,7 @@ spec:
mountPath: /opt/openreplay
- name: dbmigrationscript
mountPath: /opt/migrations/
{{- end}}
volumes:
- name: dbmigrationscript
configMap: