Fixed forgejo-runner helm chart

This commit is contained in:
Richard Robert Reitz 2024-11-22 13:55:44 +01:00
parent db31f4b00f
commit 22ac432dbf
2 changed files with 2 additions and 6 deletions

View file

@ -42,4 +42,4 @@ registration:
enabled: false enabled: false
token: "" token: ""
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000 forgejoUrl: https://forgejo-domain

View file

@ -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