fix(ci-runner): use external Gitea URL now that REQUIRE_SIGNIN_VIEW is disabled
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
template:
|
template:
|
||||||
data:
|
data:
|
||||||
GITEA_INSTANCE_URL: "http://gitea.git.svc.cluster.local:3000"
|
GITEA_INSTANCE_URL: "https://git.neuralplatform.ai"
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ .runner_token }}"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ .runner_token }}"
|
||||||
data:
|
data:
|
||||||
- secretKey: runner_token
|
- secretKey: runner_token
|
||||||
|
|||||||
Reference in New Issue
Block a user