fix(helm): clickhouse username (#1141)
This commit is contained in:
parent
191ae35311
commit
99fa7e18c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue