@@ -66,6 +66,10 @@ spec:
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: # 从 xosc 解析出来的
+ - name: LANG
+ value: C.UTF-8
+ - name: LC_ALL
- name: START_POSITION_X
value: start-position-x
- name: START_POSITION_Y