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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue