From 99fa7e18c188ff0abdf9f14217f61db634352897 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sun, 9 Apr 2023 15:09:02 +0200 Subject: [PATCH] fix(helm): clickhouse username (#1141) --- .../helmcharts/openreplay/charts/db/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/db/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/db/templates/deployment.yaml index 90e971c8d..5dda6e972 100644 --- a/scripts/helmcharts/openreplay/charts/db/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/db/templates/deployment.yaml @@ -44,7 +44,7 @@ spec: {{- end}} env: - name: CH_USERNAME - value: '{{ .Values.global.clickhouse.userame }}' + value: '{{ .Values.global.clickhouse.username }}' - name: CH_PASSWORD value: '{{ .Values.global.clickhouse.password }}' - name: CLICKHOUSE_STRING