From 1dfd3145e5ddcc9944be02fcc6d10226be788e6f Mon Sep 17 00:00:00 2001 From: jv Date: Thu, 17 Sep 2026 21:53:01 -0500 Subject: [PATCH] fix: add k8s label to runner to match workflow --- apps/gitea-runner/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea-runner/deployment.yaml b/apps/gitea-runner/deployment.yaml index da14121..932de9a 100644 --- a/apps/gitea-runner/deployment.yaml +++ b/apps/gitea-runner/deployment.yaml @@ -30,7 +30,7 @@ spec: - name: GITEA_RUNNER_NAME value: "k8s-runner" - name: GITEA_RUNNER_LABELS - value: "ubuntu-latest:docker://node:18-bullseye,debian-latest:docker://node:18-bullseye" + value: "k8s,ubuntu-latest:docker://node:18-bullseye,debian-latest:docker://node:18-bullseye" volumeMounts: - name: docker-sock mountPath: /var/run/docker.sock