LingxinMeng преди 9 месеца
родител
ревизия
6a4815d005
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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