From 237c50b55f5baa2ad1201fdf793b84f79d0c4c4a Mon Sep 17 00:00:00 2001 From: hael Date: Fri, 18 Oct 2024 08:17:19 +0200 Subject: [PATCH] replace variables in all service files by --- scripts/scheduler/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 9b714c1..9fd2980 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -152,7 +152,8 @@ deploy_additionals(){ # replace variables in secret and domain files sed -i "s/#"$key"/"$value"/g" $SECRET_DIR/$NAME/$NAME.json; - sed -i "s/#"$key"/"$value"/g" $SERVICE_DIR/domain-$NAME.json + #sed -i "s/#"$key"/"$value"/g" $SERVICE_DIR/domain-$NAME.json + sed -i "s/#"$key"/"$value"/g" $SERVICE_DIR/*$NAME*.json done # start service