fix(forgejo): set DinD certdir env var to empty to disable TLS

This commit is contained in:
jad0s 2026-05-19 15:25:41 +02:00
parent 1c6979fe7e
commit c846047db1

View file

@ -48,6 +48,9 @@ spec:
image: docker:dind image: docker:dind
securityContext: securityContext:
privileged: true privileged: true
env:
- name: DOCKER_TLS_CERTDIR
value: ""
volumeMounts: volumeMounts:
- name: dind-storage - name: dind-storage
mountPath: /var/lib/docker mountPath: /var/lib/docker