gitea-runner: fix secret ref

This commit is contained in:
2025-03-13 11:56:40 -04:00
parent b4465f309f
commit aef2f4cc4e

View File

@@ -37,8 +37,8 @@ spec:
- name: GITEA_RUNNER_REGISTRATION_TOKEN - name: GITEA_RUNNER_REGISTRATION_TOKEN
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: runner-secret name: gitea-runner-token
key: token key: registration-token
volumeMounts: volumeMounts:
- name: docker-certs - name: docker-certs
mountPath: /certs mountPath: /certs