Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kodermax committed Oct 19, 2023
1 parent b3ec595 commit 986b61a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ else
echo "Using aws-iam-authenticator version: $(aws-iam-authenticator version)"
fi

sh -c "kubectl $*"
if [ -z ${RUN_COMMAND+x} ] ; then
sh -c "kubectl $RUN_COMMAND"
else
sh -c "kubectl $*"
fi

0 comments on commit 986b61a

Please sign in to comment.