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" ]] && {