@@ -65,7 +65,7 @@ spec:
image: algorithm-image
imagePullPolicy: Never
command: [ "/bin/sh", "-c", "/run.sh; touch /tmp/hello.txt;while true;do /bin/echo $(date +%T) >> /tmp/hello.txt; sleep 600; done;" ]
- env:
+ env: # 从 xosc 解析出来的
- name: START_POSITION_X
value: start-position-x
- name: START_POSITION_Y