fix: 保留runner镜像init入口
This commit is contained in:
@@ -238,7 +238,7 @@ export function renderRunnerJobManifest(options: RunnerJobRenderOptions): { mani
|
||||
name: "runner",
|
||||
image: options.image,
|
||||
imagePullPolicy: options.imagePullPolicy ?? "IfNotPresent",
|
||||
command: ["/opt/agentrun/deploy/runtime/boot/agentrun-runner.sh"],
|
||||
args: ["/opt/agentrun/deploy/runtime/boot/agentrun-runner.sh"],
|
||||
env,
|
||||
volumeMounts: [
|
||||
{ name: "runner-home", mountPath: "/home/agentrun" },
|
||||
|
||||
Reference in New Issue
Block a user