Bugfix: Use the correct variable for logging Zookeeper hostname (#16614)

Signed-off-by: Agilulfe <guillaume.jacobs1995@outlook.com>
This commit is contained in:
Guillaume Jacobs
2023-05-16 11:27:44 +02:00
committed by GitHub
parent f68989b567
commit b645a50442
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ maintainers:
name: zookeeper
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
version: 11.4.0
version: 11.4.1
@@ -95,7 +95,7 @@ data:
ORD=${BASH_REMATCH[2]}
export ZOO_SERVER_ID="$((ORD + {{ .Values.minServerId }} ))"
else
echo "Failed to get index from hostname $HOST"
echo "Failed to get index from hostname $HOSTNAME"
exit 1
fi
fi