From c7be58c1f7609072016ecd1eea5664fc884a084a Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 16 May 2026 22:04:03 +0000 Subject: [PATCH] chore(github-runner): bump replicas 0 -> 1 (PAT provisioned) Operator provisioned GitHub PAT (Runner Registration) 1P item. OnePasswordItem CRD already materialized the secret. Unblocks CI fleet-wide. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/github-runner/github-runner.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/github-runner/github-runner.yaml b/apps/github-runner/github-runner.yaml index f9f4009..ca796f7 100644 --- a/apps/github-runner/github-runner.yaml +++ b/apps/github-runner/github-runner.yaml @@ -113,7 +113,11 @@ spec: # one pod at a time. Each pod re-registers as an ephemeral runner after # completing a job (EPHEMERAL=true restarts the container, not the pod, # so the PVC stays attached between jobs). - replicas: 0 + # + # 2026-05-16: bumped 0 -> 1 after operator provisioned the + # "GitHub PAT (Runner Registration)" 1P item with field=credential. + # Unblocks CI fleet-wide (was budget-exhausted on GH-hosted runners). + replicas: 1 selector: matchLabels: app.kubernetes.io/name: github-runner