Mount host zoneinfo into runner for TZ support #160
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue