diff --git a/shpod.sh b/shpod.sh index 848bd6e..ecbd618 100755 --- a/shpod.sh +++ b/shpod.sh @@ -9,7 +9,7 @@ kubectl apply -f $YAML echo "Waiting for pod to be ready..." kubectl wait --namespace=shpod --for condition=Ready pod/shpod echo "Attaching to the pod..." -kubectl attach --namespace=shpod -ti shpod +kubectl attach --namespace=shpod -ti shpod