gitea-runner: repoint token to Infisical-backed secret (3b, out-of-band)
env GITEA_RUNNER_REGISTRATION_TOKEN secretKeyRef gitea-runner-secret -> gitea-runner-secret-infisical Rolls the pod: fresh emptyDir -> act_runner re-registers with same-value token. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -81,7 +81,7 @@ spec:
|
|||||||
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: gitea-runner-secret
|
name: gitea-runner-secret-infisical
|
||||||
key: GITEA_RUNNER_REGISTRATION_TOKEN
|
key: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||||
- name: DOCKER_HOST
|
- name: DOCKER_HOST
|
||||||
value: tcp://localhost:2375
|
value: tcp://localhost:2375
|
||||||
|
|||||||
Reference in New Issue
Block a user