fix(forgejo-runner): use correct gitea url

This commit is contained in:
SeanOMik 2024-06-15 15:33:26 -04:00
parent 21ac723125
commit 8aeda251fd
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ spec:
- name: ACTIONS_RUNNER_CONTAINER_HOOKS
value: /home/runner/k8s/index.js
- name: GITEA_INSTANCE_URL
value: https://${SECRET_NEW_DOMAIN}
value: https://git.${SECRET_NEW_DOMAIN}
- name: GITEA_RUNNER_REGISTRATION_TOKEN
valueFrom:
secretKeyRef: