From 1083711b7e4f7a25109ca70d161707fd46e8d54b Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 7 Dec 2022 09:41:30 +0000 Subject: [PATCH] fix(init): Generate random password (#863) Signed-off-by: rjshrjndrn Signed-off-by: rjshrjndrn --- scripts/helmcharts/init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index e3d043a12..f1daa247a 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -153,6 +153,8 @@ function main() { install_tools } [[ x$SKIP_ROTATE_SECRETS == "x1" ]] && { + info "Skipping random password generation" + } || { create_passwords } [[ x$SKIP_OR_INSTALL == "x1" ]] && {