chore(helm): enable clickhouse access management

This is required to create user

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-02-10 17:39:49 +01:00
parent d8565698d6
commit f16d0870aa

View file

@ -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 }}"