Fixed forgejo-runner helm chart
This commit is contained in:
parent
0361226bde
commit
db31f4b00f
2 changed files with 3 additions and 2 deletions
|
@ -42,4 +42,4 @@ registration:
|
||||||
enabled: false
|
enabled: false
|
||||||
token: ""
|
token: ""
|
||||||
|
|
||||||
forgejoUrl: http://forgejo-http.forgejo.svc.cluster.local:3000
|
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
registration:
|
registration:
|
||||||
enabled: false
|
enabled: false
|
||||||
token: ""
|
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
|
||||||
|
|
Loading…
Reference in a new issue