Commit d47ab9d0 authored by Larkin Heintzman's avatar Larkin Heintzman

tweaked dorknet deployment, next is to get machines file in place

parent 72441f27
......@@ -43,7 +43,7 @@ spec:
image: localhost:5000/dorknet:latest
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args: ["-c", "source /opt/ros/noetic/setup.bash && source /catkin_ws/devel/setup.bash && echo ready && /usr/sbin/sshd -D"]
args: ["-c", "source ros_entrypoint.sh && echo ready && /usr/sbin/sshd -D"]
ports:
- containerPort: 11311
name: dorkport
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment