Skip to content

Commit

Permalink
Add password for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Jul 12, 2023
1 parent a6b3f09 commit edc681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/housewatch/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc681b

Please sign in to comment.