From 1b660a7d41e39c5482624c8c8292464f2e48859c Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Mon, 3 Aug 2026 10:14:25 +0200 Subject: [PATCH] Added vault file name related with environment --- helm/scripts/variables.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/scripts/variables.sh b/helm/scripts/variables.sh index f87c6af..28c487a 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 -- GitLab