From a11ba805679d2d57b8e829eba3923776a4c7adbb Mon Sep 17 00:00:00 2001 From: Clint Wood Date: Thu, 7 Apr 2022 17:41:29 +0100 Subject: [PATCH] Add ability to extend CASSANDRA_xxx style env configs that update cassandra.yaml via docker_entrypoint.sh --- docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 6549f83..cdc213b 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -72,6 +72,7 @@ if [ "$1" = 'cassandra' ]; then num_tokens \ rpc_address \ start_rpc \ + ${EXTEND_CONFIG:-} \ ; do var="CASSANDRA_${yaml^^}" val="${!var}"