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