Ensure default namespace is used
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
fc58941ad1
commit
1568e5a56f
@ -52,6 +52,7 @@ while test $# -gt 0; do
|
||||
esac
|
||||
done
|
||||
|
||||
NAMESPACE=${NAMESPACE:-default}
|
||||
|
||||
echo kubectl run -it --namespace $NAMESPACE $POD --image $IMAGE --restart Never --rm -- $CMD
|
||||
kubectl run -it --namespace $NAMESPACE $POD --image $IMAGE --restart Never --rm -- $CMD
|
||||
|
Loading…
Reference in New Issue
Block a user