Skip to content

Commit

Permalink
Run with both exec and plain wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Livieratos committed Jul 30, 2020
1 parent c8845c0 commit ff45016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
echo ${KUBE_CONFIG_DATA} | base64 -d > kubeconfig
export KUBECONFIG=kubeconfig

exec "$@"
result="$($1)"

status=$?
Expand Down

0 comments on commit ff45016

Please sign in to comment.