diff --git a/charts/graylog/templates/NOTES.txt b/charts/graylog/templates/NOTES.txt index 400d194..f2e57ae 100644 --- a/charts/graylog/templates/NOTES.txt +++ b/charts/graylog/templates/NOTES.txt @@ -109,7 +109,7 @@ ADDITIONAL NOTES · IMPORTANT: You are currently using a randomly generated password: {{ include "graylog.rootPassword" . | quote }}, which will NOT persist across upgrades. Please run the following command to set a persistent password: - echo "Enter your new password and press return:" && read -s pass && echo "Upgrading helm release {{ squote .Release.Name }}..." && helm upgrade {{ .Release.Name }} ./graylog --namespace {{ .Release.Namespace }} --reuse-values --set "graylog.config.rootPassword=$pass"; unset pass + echo "Enter your new password and press return:" && read -s pass && echo "Upgrading helm release {{ squote .Release.Name }}..." && helm upgrade {{ .Release.Name }} graylog/graylog --namespace {{ .Release.Namespace }} --reuse-values --set "graylog.config.rootPassword=$pass"; unset pass {{- end }} · Use the following command to print this status page again: