bugfix:TSG-11151:临时修复proxy启动失败问题

This commit is contained in:
fumingwei
2022-07-05 16:25:55 +08:00
parent bc5521ff8d
commit 17bf6da7d0

View File

@@ -80,7 +80,7 @@ spec:
image: docker.io/library/tsg-proxy:{{os_release_ver}}
imagePullPolicy: Never
workingDir: /opt/tsg/tfe
command: ["/bin/bash", "-c", "./bin/tfe"]
command: ["/bin/bash", "-c", "sleep 1;./bin/tfe"]
securityContext:
privileged: true
volumeMounts: