fix: add k8s label to runner to match workflow
Homelab Main / validate (push) Failing after 0s Details
Homelab Main / deploy (push) Has been skipped Details

This commit is contained in:
jv 2026-09-17 21:53:01 -05:00
parent 71add0daef
commit 1dfd3145e5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ spec:
- name: GITEA_RUNNER_NAME - name: GITEA_RUNNER_NAME
value: "k8s-runner" value: "k8s-runner"
- name: GITEA_RUNNER_LABELS - 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: volumeMounts:
- name: docker-sock - name: docker-sock
mountPath: /var/run/docker.sock mountPath: /var/run/docker.sock