From 411d50d9eca2b7fbf51c15c0eec46961d9f6b5b2 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 17 Jan 2025 14:39:52 +0000 Subject: [PATCH] Do not use the generated config file --- cloud-info/ams-wrapper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud-info/ams-wrapper.sh b/cloud-info/ams-wrapper.sh index 36693e9..59270b9 100755 --- a/cloud-info/ams-wrapper.sh +++ b/cloud-info/ams-wrapper.sh @@ -22,7 +22,8 @@ if token-generator; then if SECRETS_FILE="$ACCESS_TOKEN_FILE" config-generator >"$AUTO_CONFIG_PATH/site.yaml"; then # this worked, let's update the env export CHECKIN_SECRETS_PATH="$AUTO_CONFIG_PATH/vos" - export CLOUD_INFO_CONFIG="$AUTO_CONFIG_PATH/site.yaml" + # Do not use the generated config file + # export CLOUD_INFO_CONFIG="$AUTO_CONFIG_PATH/site.yaml" fi fi