diff --git a/argocd/manifests/forgejo-runner/deployment.yaml b/argocd/manifests/forgejo-runner/deployment.yaml index 9720033..5977ce7 100644 --- a/argocd/manifests/forgejo-runner/deployment.yaml +++ b/argocd/manifests/forgejo-runner/deployment.yaml @@ -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