From 10a2cf02c7b7589b02bd65173a3b0bef6616bf0c Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 14 Jul 2025 08:31:40 +0530 Subject: [PATCH] add config file --- 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 097fdc3..a5654aa 100644 --- a/cluster/apps/gitea-act/gitea-act.yml +++ b/cluster/apps/gitea-act/gitea-act.yml @@ -52,6 +52,8 @@ spec: value: "https://gitea.akshun-lab.uk" - name: GITEA_RUNNER_REGISTRATION_TOKEN value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN" + - name: CONFIG_FILE + value: "/data/config.yaml" volumeMounts: - name: docker-certs mountPath: /certs