LingxinMeng 9 months ago
parent
commit
6a4815d005
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resource/vtd-pod-template_20240522.yaml

+ 1 - 1
resource/vtd-pod-template_20240522.yaml

@@ -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