Commit 0912615c authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Fix set_ingress

parent 981377a8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,4 +57,4 @@ else
fi


kubectl $KUBECONFIG -n $NAMESPACE get ing|grep -v NAME|awk "{print \"$IP \"\$3}" > /etc/hosts
kubectl $KUBECONFIG -n $NAMESPACE get ing|grep -v NAME|awk "{print \"$IP \"\$3}" >> /etc/hosts