From 44c09dfb49ef4a09c5975f85f88ee26a6f7fe15e Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Sun, 16 Jun 2024 00:22:40 -0400 Subject: [PATCH] Switch vault to use $APP_ENV --- scripts/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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