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
|
- name: RUNNER_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: forgejo-runner-secret
|
name: runner-secret
|
||||||
key: token
|
key: token
|
||||||
- name: FORGEJO_INSTANCE_URL
|
- name: FORGEJO_INSTANCE_URL
|
||||||
value: http://forgejo-http.forgejo.svc.cluster.local:3000
|
value: http://forgejo-http.forgejo.svc.cluster.local:3000
|
||||||
|
|
Loading…
Reference in a new issue