diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f07f8c7..fd4e497 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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