Loading helm/scripts/variables.sh +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
helm/scripts/variables.sh +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading