Skip to content

Commit

Permalink
fix: warn about default clickhouse password (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio authored Apr 11, 2024
1 parent 7071923 commit e4859ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ WARNING: You are using the default password for {{ . }}.
{{- $warned = true }}
{{- include "jitsu.warn-default-password" "MongoDB" }}
{{- end }}
{{- if and .Values.clickhouse.enabled (eq .Values.clickhouse.auth.password "jitsu") }}
{{- $warned = true }}
{{- include "jitsu.warn-default-password" "Clickhouse" }}
{{- end }}
{{- if $warned }}
{{- printf "\033[1;32m" -}}
For production use, change the passwords in values.yaml.
Expand Down

0 comments on commit e4859ee

Please sign in to comment.