tls verify off

This commit is contained in:
Philip Haupt
2025-10-11 20:25:30 +02:00
parent 447acdef24
commit 909f96b14e

View File

@@ -78,7 +78,7 @@ spec:
- name: DOCKER_CERT_PATH - name: DOCKER_CERT_PATH
value: /certs/client value: /certs/client
- name: DOCKER_TLS_VERIFY - name: DOCKER_TLS_VERIFY
value: "1" value: "0"
image: docker.io/gitea/act_runner:0.2.11-dind-rootless image: docker.io/gitea/act_runner:0.2.11-dind-rootless
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: act-runner name: act-runner