Skip to content

Commit

Permalink
create pgpass file in dev vm
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Apr 22, 2024
1 parent bdad65f commit 9af5411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ provision:
git clone https://github.com/gardenlinux/glvd-data-ingestion
pip install --break-system-packages --no-deps --editable ./glvd
echo 'localhost:5432:glvd:glvd:glvd' > $HOME/.pgpass
cat << EOF > $HOME/.bashrc
export PATH=$HOME/.local/bin:$PATH
export PGUSER=glvd
Expand Down

0 comments on commit 9af5411

Please sign in to comment.