LingxinMeng hai 6 meses
pai
achega
bb580fd739
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      resource/vtd_pod_template-pjisuv.yaml

+ 4 - 0
resource/vtd_pod_template-pjisuv.yaml

@@ -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
+          value: C.UTF-8
         - name: START_POSITION_X
           value: start-position-x
         - name: START_POSITION_Y