diff --git a/helm/scripts/variables.sh b/helm/scripts/variables.sh index f87c6af5388a344ffbf586ae12ca467b7e6976b1..28c487a0bc7fcf248f8fd2753fd4ed169e970b04 100755 --- a/helm/scripts/variables.sh +++ b/helm/scripts/variables.sh @@ -164,6 +164,9 @@ if [ -f "$ENV_FILE" ]; then set -a source "$ENV_FILE" set +a + ## File to store key and token + export VAULT_FILE="$HELM_DIR/vault_keys_$ENVIRONMENT.txt" + else echo "Environment file not found: $ENV_FILE. Using default values." fi