diff --git a/manifests/forgejo/runner.yaml b/manifests/forgejo/runner.yaml index 0c471ef..8ac9686 100644 --- a/manifests/forgejo/runner.yaml +++ b/manifests/forgejo/runner.yaml @@ -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