fix: add k8s label to runner to match workflow
This commit is contained in:
parent
71add0daef
commit
1dfd3145e5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue