chore(helm): enable clickhouse access management
This is required to create user Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d8565698d6
commit
f16d0870aa
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ spec:
|
|||
value: "{{ .Values.username }}"
|
||||
- name: CLICKHOUSE_PASSWORD
|
||||
value: "{{ .Values.password }}"
|
||||
- name: CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT
|
||||
value: "1"
|
||||
{{- range $key, $value := .Values.env }}
|
||||
- name: "{{ $key }}"
|
||||
value: "{{ $value }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue