Skip to content

Commit

Permalink
Fix bug when SCRAM is not enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Robin <hi@rablet.dev>
  • Loading branch information
Rablet committed Jul 27, 2023
1 parent b1e58fc commit 4dc3eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ kafka_initialize() {
fi
done

local generate_kraft_scram
local generate_kraft_scram=0

# DEPRECATED. Check for server.properties file in old conf directory to maintain compatibility with Helm chart.
if [[ ! -f "$KAFKA_BASE_DIR"/conf/server.properties ]] && [[ ! -f "$KAFKA_MOUNTED_CONF_DIR"/server.properties ]]; then
Expand Down

0 comments on commit 4dc3eb6

Please sign in to comment.