Skip to content

Commit 5a46c00

Browse files
committed
fix: missing env CLICKHOUSE_METER_DATABASE
1 parent 2d07150 commit 5a46c00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/signoz/templates/_clickhouse.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Common ClickHouse ENV variables and helpers used by SigNoz
5151
value: {{ default "signoz_traces" .Values.externalClickhouse.traceDatabase | quote }}
5252
- name: CLICKHOUSE_LOG_DATABASE
5353
value: {{ default "signoz_logs" .Values.externalClickhouse.logDatabase | quote }}
54+
- name: CLICKHOUSE_METER_DATABASE
55+
value: {{ default "signoz_meter" .Values.externalClickhouse.meterDatabase | quote }}
5456
- name: CLICKHOUSE_USER
5557
value: {{ .Values.externalClickhouse.user | quote }}
5658
{{- if .Values.externalClickhouse.existingSecret }}

0 commit comments

Comments
 (0)