From a335bdbc38f9814c38058ebc14c13c46edc90e74 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Sun, 20 Sep 2026 21:30:48 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8A=A8=E6=80=81=20Runner?= =?UTF-8?q?=20=E7=9A=84=20SPIRE=20agent=20=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/dynamic-runner/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/dynamic-runner/deployment.yaml b/platform/dynamic-runner/deployment.yaml index a347c46..1e79c3a 100644 --- a/platform/dynamic-runner/deployment.yaml +++ b/platform/dynamic-runner/deployment.yaml @@ -38,7 +38,7 @@ spec: mountPath: /trust containers: - name: controller - image: zot.ad.ddupan.top/panxiao81/gitea-dynamic-runner-controller@sha256:4142b34d4073efa3d9e8462480daa5eb514a57a4e737865b5e03a8703fbf4fae + image: zot.ad.ddupan.top/panxiao81/gitea-dynamic-runner-controller@sha256:2b24f9b511b97f9e04e9c4dc6e4036f31073d1164e3361f2b87ea84d1c94108b imagePullPolicy: IfNotPresent args: [controller] env: @@ -84,6 +84,8 @@ spec: value: homelab - name: SPIRE_CLASS value: spire-mgmt-spire + - name: SPIRE_AGENT_ID + value: spiffe://ddupan.top/spire/agent/k8s_psat/homelab/cd2d0233-c4ea-4031-8327-e7e359e766dd - name: SSL_CERT_FILE value: /run/trust/ca.pem ports: -- 2.54.0