fix(clickhouse): storage path

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-02-01 22:52:16 +05:30
parent 8dd7578169
commit 1ce01a2683

View file

@ -44,7 +44,7 @@ spec:
name: data
volumeMounts:
- name: ch-volume
mountPath: /var/lib/mydata
mountPath: /var/lib/clickhouse
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}