Fixed forgejo url in runner
This commit is contained in:
parent
394dc9f400
commit
e3f1899983
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ spec:
|
|||
name: forgejo-runner-token
|
||||
key: token
|
||||
- name: FORGEJO_INSTANCE_URL
|
||||
value: http://forgejo-http.gitea.svc.cluster.local:3000
|
||||
value: https://gitea.{{{ .Env.DOMAIN }}}
|
||||
volumeMounts:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
|
|
Loading…
Reference in a new issue