Skip to content

Commit

Permalink
Switch vault to use $APP_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jun 16, 2024
1 parent e0c886a commit 4671a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ if [ -z "$APP_ENV" ]; then
fi

if [[ $PULL_SECRETS_FROM_VAULT -eq 1 ]]; then
# TODO: revert to $APP_ENV
akatsuki vault get payments-service production-k8s -o .env
akatsuki vault get payments-service $APP_ENV -o .env
source .env
fi

Expand Down

0 comments on commit 4671a11

Please sign in to comment.