Move non-secret runner env vars to deployment spec #181

Merged
eblume merged 1 commit from feature/runner-env-refactor into main 2026-02-13 10:29:24 -08:00

1 commit

Author SHA1 Message Date
f0822ad878 Move non-secret runner env vars from ExternalSecret to deployment
FORGEJO_URL, RUNNER_NAME, and RUNNER_LABELS are not secrets — they were
bundled into the ExternalSecret template for convenience. Moving them to
the deployment spec means changing the image version (in RUNNER_LABELS)
will trigger an automatic pod rollout instead of requiring a manual restart.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 10:28:16 -08:00