From 498810341ee666308bc3aa58f2184c0fc785ac24 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 13 Jul 2025 19:20:07 +0530 Subject: [PATCH] remove tls verify --- cluster/apps/gitea-act/gitea-act.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/apps/gitea-act/gitea-act.yml b/cluster/apps/gitea-act/gitea-act.yml index 6b03728..c994920 100644 --- a/cluster/apps/gitea-act/gitea-act.yml +++ b/cluster/apps/gitea-act/gitea-act.yml @@ -59,6 +59,8 @@ spec: value: "https://gitea.akshun-lab.uk" - name: GITEA_RUNNER_REGISTRATION_TOKEN value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN" + - name: DOCKER_TLS_VERIFY + value: "0" volumeMounts: - name: runner-data mountPath: /data