fix: use external GITEA_INSTANCE_URL for runner

This commit is contained in:
fchinembiri 2026-05-08 16:38:22 +02:00
parent 1db5129093
commit b91a71d901
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ spec:
image: gitea/act_runner:latest image: gitea/act_runner:latest
env: env:
- name: GITEA_INSTANCE_URL - name: GITEA_INSTANCE_URL
value: http://gitea.geocrop.svc.cluster.local:3000 value: https://git.techarvest.co.zw
- name: GITEA_RUNNER_REGISTRATION_TOKEN - name: GITEA_RUNNER_REGISTRATION_TOKEN
value: "3daF7zwBC94Q5YCb1mW1VnfPi4L7pgMxSHhKOBOn" value: "3daF7zwBC94Q5YCb1mW1VnfPi4L7pgMxSHhKOBOn"
- name: GITEA_RUNNER_NAME - name: GITEA_RUNNER_NAME