Update kubernetes dind example

This fixes a small mistake, where the secret ref and the secret had different names.
This commit is contained in:
miladiir 2024-03-29 22:30:30 +00:00
parent 781606388c
commit 4f4ec159f0

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