mirror of https://code.forgejo.org/forgejo/runner
Update kubernetes dind example
This fixes a small mistake, where the secret ref and the secret had different names.pull/169/head
parent
781606388c
commit
4f4ec159f0
|
@ -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 New Issue