File tree 1 file changed +6
-2
lines changed
manifests/apps/by-cluster/rgst
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ local all = {
146
146
file: '.runner' ,
147
147
envs: {
148
148
DOCKER_HOST: 'tcp://localhost:2376' ,
149
- DOCKER_TLS_VERIFY: '0' ,
150
149
},
151
150
capacity: 2 ,
152
151
},
@@ -225,7 +224,6 @@ local all = {
225
224
],
226
225
env: k.envList({
227
226
DOCKER_HOST: 'tcp://localhost:2376' ,
228
- DOCKER_TLS_VERIFY: '0' ,
229
227
}),
230
228
volumeMounts: [
231
229
{
@@ -243,6 +241,12 @@ local all = {
243
241
{
244
242
name: 'docker' ,
245
243
image: 'docker:28.0.1-dind-rootless' ,
244
+ env: k.envList({
245
+ DOCKER_TLS_CERTDIR: '' ,
246
+ }),
247
+ // Mounting them all the way through to act isn't working
248
+ // so we need to disable TLS for now.
249
+ args: ['--tls=false' ],
246
250
securityContext: {
247
251
seccompProfile: { type: 'Unconfined' },
248
252
appArmorProfile: { type: 'Unconfined' },
You can’t perform that action at this time.
0 commit comments