Commit aa7c6098 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF224-helm-scripts-vault-file-environment' into 'staging'

Resolve "Helm scripts vault file environment"

Closes #224

See merge request !199
parents 1c824c52 1b660a7d
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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