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 06ce127 commit 44c09df
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 @@ -14,8 +14,7 @@ if [ -z "$APP_COMPONENT" ]; then
fi

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

Expand Down

0 comments on commit 44c09df

Please sign in to comment.