Skip to content

Commit

Permalink
Sleep tight
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Apr 27, 2018
1 parent c300469 commit b35ea0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kurun
Expand Up @@ -18,4 +18,4 @@ EOF

docker build -t kurun /tmp/kurun

kubectl run kurun -it --image kurun --quiet --image-pull-policy=IfNotPresent --restart=Never --rm --command -- sh -c "sleep 0.1 && /main $arguments"
kubectl run kurun -it --image kurun --quiet --image-pull-policy=IfNotPresent --restart=Never --rm --command -- sh -c "sleep 1 && /main $arguments"

0 comments on commit b35ea0a

Please sign in to comment.