Skip to content

Commit 59e6de5

Browse files
committed
forgejo: runner rootless dind (v4.1)
1 parent aad98ae commit 59e6de5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/apps/by-cluster/rgst/forgejo.jsonnet

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ local all = {
146146
file: '.runner',
147147
envs: {
148148
DOCKER_HOST: 'tcp://localhost:2376',
149+
DOCKER_TLS_VERIFY: '0',
149150
},
150151
capacity: 2,
151152
},
@@ -224,6 +225,7 @@ local all = {
224225
],
225226
env: k.envList({
226227
DOCKER_HOST: 'tcp://localhost:2376',
228+
DOCKER_TLS_VERIFY: '0',
227229
}),
228230
volumeMounts: [
229231
{

0 commit comments

Comments
 (0)