Fixes missing double quotes
This commit is contained in:
parent
c7af9dc1ee
commit
6694e1dde9
@ -75,6 +75,6 @@ function remove_pod(){
|
||||
trap remove_pod EXIT
|
||||
|
||||
echo "Waiting for pod to be ready..."
|
||||
kubectl wait -n "$KUBECTL_RSH_NAMESPACE" --for=condition=Ready --timeout ${KUBECTL_RSH_POD_CREATE_TIMEOUT}m "$POD" >/dev/null
|
||||
kubectl wait -n "$KUBECTL_RSH_NAMESPACE" --for=condition=Ready --timeout "${KUBECTL_RSH_POD_CREATE_TIMEOUT}m" "$POD" >/dev/null
|
||||
|
||||
kubectl attach -n "$KUBECTL_RSH_NAMESPACE" -it "$POD"
|
||||
|
Loading…
x
Reference in New Issue
Block a user