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