Skip to content

Commit

Permalink
Support changing directory (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfoston authored Nov 12, 2020
1 parent 2b27d63 commit 0932a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

echo ${KUBE_CONFIG_DATA} | base64 -d > kubeconfig
export KUBECONFIG=kubeconfig
export KUBECONFIG="${PWD}/kubeconfig"

echo "running entrypoint command(s)"

sh -c " $*"
sh -c " $*"

0 comments on commit 0932a95

Please sign in to comment.