fix(ci-runner): revert to external Gitea URL for git clone compatibility

This commit is contained in:
Will Anderson
2026-04-23 12:53:41 -05:00
parent 39808ab964
commit b1898a7a0f
@@ -9,7 +9,7 @@ metadata:
annotations:
force-sync: "2026-04-23"
spec:
refreshInterval: 1h
refreshInterval: 10s
secretStoreRef:
name: vault
kind: ClusterSecretStore
@@ -18,7 +18,7 @@ spec:
creationPolicy: Owner
template:
data:
GITEA_INSTANCE_URL: "http://gitea.git.svc.cluster.local:3000"
GITEA_INSTANCE_URL: "https://git.neuralplatform.ai"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ .runner_token }}"
data:
- secretKey: runner_token