From aef2f4cc4e301fe0f6160da7aafcaa3ba31c6887 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 13 Mar 2025 11:56:40 -0400 Subject: [PATCH] gitea-runner: fix secret ref --- gitea-runner/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index fdf041a..909c570 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -37,8 +37,8 @@ spec: - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: - name: runner-secret - key: token + name: gitea-runner-token + key: registration-token volumeMounts: - name: docker-certs mountPath: /certs