Skip to content

Commit

Permalink
Change subcommand wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Livieratos committed Jul 30, 2020
1 parent c5d3ac5 commit 3a2f586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo ${KUBE_CONFIG_DATA} | base64 -d > kubeconfig
export KUBECONFIG=kubeconfig
# export HELM_PLUGINS=/usr/local/.helm/plugins/

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

# status=$?
Expand Down

0 comments on commit 3a2f586

Please sign in to comment.