From 25c78c5913e80a0465ddc2c30c9b4facd1a80837 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Tue, 19 May 2026 12:12:34 +0200 Subject: [PATCH] fix(infra): lob-backtest-sweep secretName git-ssh-key -> argo-git-ssh-key Matches the alpha-perception-template (which is the known-good template in this namespace). Without the fix, ensure-binary + run-cell + aggregate pods all stayed Init for ~20m with 'MountVolume.SetUp failed for volume "git-ssh-key" : secret "git-ssh-key" not found' before the workflow timed out. The actual secret in the foxhunt namespace is named 'argo-git-ssh-key' (see kubectl get secrets -n foxhunt). Same template misconfig as the training-data PVC name. --- infra/k8s/argo/lob-backtest-sweep-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/k8s/argo/lob-backtest-sweep-template.yaml b/infra/k8s/argo/lob-backtest-sweep-template.yaml index 2bb26d1a0..a710afab0 100644 --- a/infra/k8s/argo/lob-backtest-sweep-template.yaml +++ b/infra/k8s/argo/lob-backtest-sweep-template.yaml @@ -94,7 +94,7 @@ spec: claimName: training-data-pvc - name: git-ssh-key secret: - secretName: git-ssh-key + secretName: argo-git-ssh-key defaultMode: 0400 - name: cargo-target-cuda persistentVolumeClaim: