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" },