fix(helm): clickhouse username
This commit is contained in:
parent
2896ee7aa3
commit
88b713451d
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