bugfix:TSG-11151:临时修复proxy启动失败问题
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user