Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kodermax committed Oct 19, 2023
1 parent 743b7ae commit 4f5ec7b
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 @@ -27,8 +27,8 @@ else
fi

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

0 comments on commit 4f5ec7b

Please sign in to comment.