Fixed forgejo-runner helm chart

This commit is contained in:
Richard Robert Reitz 2024-11-22 13:14:12 +01:00
parent 0361226bde
commit db31f4b00f
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,4 +1,5 @@
registration:
enabled: false
token: ""
# kubectl create secret generic forgejo-runner-token --from-literal=token=TOKENID
# kubectl create secret generic -n gitea forgejo-runner-token --from-literal=token=TOKENID
# kubectl rollout restart deployment/forgejo-runner -n gitea