Mount host zoneinfo into runner for TZ support #160

Merged
eblume merged 1 commit from fix-runner-tzdata into main 2026-02-11 16:57:12 -08:00

View file

@ -56,6 +56,9 @@ spec:
mountPath: /data
- name: config
mountPath: /config
- name: zoneinfo
mountPath: /usr/share/zoneinfo
readOnly: true
# Docker-in-Docker sidecar
- name: dind
@ -77,3 +80,7 @@ spec:
- name: config
configMap:
name: forgejo-runner-config
- name: zoneinfo
hostPath:
path: /usr/share/zoneinfo
type: Directory