From 91e08ac48a5e35798343edef9fee11dc61f9ef7e Mon Sep 17 00:00:00 2001 From: AgentRun Codex Date: Thu, 16 Jul 2026 13:29:59 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E7=95=99runner=E9=95=9C?= =?UTF-8?q?=E5=83=8Finit=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runner/k8s-job.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/k8s-job.ts b/src/runner/k8s-job.ts index 3831286..aa1015e 100644 --- a/src/runner/k8s-job.ts +++ b/src/runner/k8s-job.ts @@ -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" },