Skip to content

Commit

Permalink
add ssh commands
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Dec 19, 2024
1 parent c9868f5 commit 6bfa9f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ minikube profile helm-charts-development
# configure git
git config --global user.email "[email protected]"
git config --global user.name "christianhuth"

eval `ssh-agent`
ssh-add ~/.ssh/*.openssh

0 comments on commit 6bfa9f6

Please sign in to comment.