diff --git a/templates/NOTES.txt b/templates/NOTES.txt index 3139d83..8aa64c9 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -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.