From 9d7e1b057743d9ceb1679bb743e4c424c1ac0e71 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Mon, 25 May 2026 11:27:26 +0200 Subject: [PATCH] =?UTF-8?q?fix(argo):=20alpha-rl=20template=20per-capacity?= =?UTF-8?q?=204096=20=E2=86=92=2032768?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Template parameter overrode the CLI default with the old value. Co-Authored-By: Claude Opus 4.7 --- infra/k8s/argo/alpha-rl-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/k8s/argo/alpha-rl-template.yaml b/infra/k8s/argo/alpha-rl-template.yaml index 1764f124f..938eb0509 100644 --- a/infra/k8s/argo/alpha-rl-template.yaml +++ b/infra/k8s/argo/alpha-rl-template.yaml @@ -48,7 +48,7 @@ spec: - name: seq-len value: "32" - name: per-capacity - value: "4096" + value: "32768" - name: instrument-mode value: "all" - name: log-every