From f99b669e762ed8b6024a84bc49c08aaecbf18dad Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 14 Dec 2025 00:17:42 +0000 Subject: [PATCH] mount --- mist_infra/arc/autoscaling-runner-set.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mist_infra/arc/autoscaling-runner-set.yaml b/mist_infra/arc/autoscaling-runner-set.yaml index 59a4e6b..4520809 100644 --- a/mist_infra/arc/autoscaling-runner-set.yaml +++ b/mist_infra/arc/autoscaling-runner-set.yaml @@ -48,6 +48,10 @@ spec: - /home/runner/run.sh # 👇 AWS CREDS FROM K8S SECRET + env: + - name: RUNNER_LABELS + value: mealcraft-runners,self-hosted + envFrom: - secretRef: name: aws-secrets