diff --git a/charts/housewatch/templates/deployment-worker.yaml b/charts/housewatch/templates/deployment-worker.yaml index c1fff27..ed81e92 100644 --- a/charts/housewatch/templates/deployment-worker.yaml +++ b/charts/housewatch/templates/deployment-worker.yaml @@ -37,7 +37,7 @@ spec: - name: CLICKHOUSE_USER value: "{{ .Values.clickhouse.user }}" - name: CLICKHOUSE_PASSWORD - value: "" # todo: secret + value: "{{ .Values.clickhouse.password }}" - name: CLICKHOUSE_CLUSTER value: "{{ .Values.clickhouse.cluster }}" - name: CLICKHOUSE_SECURE