mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
Update kubernetes dind example
This fixes a small mistake, where the secret ref and the secret had different names.
This commit is contained in:
parent
781606388c
commit
4f4ec159f0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ spec:
|
|||
- name: RUNNER_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: forgejo-runner-secret
|
||||
name: runner-secret
|
||||
key: token
|
||||
- name: FORGEJO_INSTANCE_URL
|
||||
value: http://forgejo-http.forgejo.svc.cluster.local:3000
|
||||
|
|
Loading…
Reference in a new issue