Fixed forgejo-runner helm chart
This commit is contained in:
parent
db31f4b00f
commit
22ac432dbf
2 changed files with 2 additions and 6 deletions
|
@ -42,4 +42,4 @@ registration:
|
||||||
enabled: false
|
enabled: false
|
||||||
token: ""
|
token: ""
|
||||||
|
|
||||||
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000
|
forgejoUrl: https://forgejo-domain
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
registration:
|
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000
|
||||||
enabled: false
|
|
||||||
token: ""
|
|
||||||
# kubectl create secret generic -n gitea forgejo-runner-token --from-literal=token=TOKENID
|
|
||||||
# kubectl rollout restart deployment/forgejo-runner -n gitea
|
|
||||||
|
|
Loading…
Reference in a new issue