fix(forgejo): set DinD certdir env var to empty to disable TLS
This commit is contained in:
parent
1c6979fe7e
commit
c846047db1
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ spec:
|
|||
image: docker:dind
|
||||
securityContext:
|
||||
privileged: true
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: ""
|
||||
volumeMounts:
|
||||
- name: dind-storage
|
||||
mountPath: /var/lib/docker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue