chore(helm): enterprise migration
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8ac4c7bdc4
commit
b0e37e6c8f
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue