Update kubernetes dind example

This fixes a small mistake, where the secret ref and the secret had different names.
pull/169/head
miladiir 2024-03-29 22:30:30 +00:00
parent 781606388c
commit 4f4ec159f0
1 changed files with 1 additions and 1 deletions

View File

@ -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