forked from DevFW-CICD/stacks
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
|
||||
token: ""
|
||||
|
||||
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000
|
||||
forgejoUrl: https://forgejo-domain
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
registration:
|
||||
enabled: false
|
||||
token: ""
|
||||
# kubectl create secret generic -n gitea forgejo-runner-token --from-literal=token=TOKENID
|
||||
# kubectl rollout restart deployment/forgejo-runner -n gitea
|
||||
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000
|
||||
|
|
Loading…
Reference in a new issue