Skip to content

Commit

Permalink
fix vault pull
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 11, 2023
1 parent d007ad0 commit a892447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

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

Expand Down

0 comments on commit a892447

Please sign in to comment.