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) <noreply@anthropic.com>
This commit is contained in:
Codex
2026-05-16 22:04:03 +00:00
parent a1f5a393cd
commit c7be58c1f7

View File

@@ -113,7 +113,11 @@ spec:
# one pod at a time. Each pod re-registers as an ephemeral runner after # 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, # completing a job (EPHEMERAL=true restarts the container, not the pod,
# so the PVC stays attached between jobs). # 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: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: github-runner app.kubernetes.io/name: github-runner