Skip to content

Commit

Permalink
k8s/arc: use custom runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal committed Dec 23, 2024
1 parent 6850211 commit a6b61d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/github-runners/scale-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ spec:
helm:
releaseName: cluster-runner
valuesObject:
template:
spec:
containers:
- name: runner
image: ghcr.io/ttrssreal/runner-image:68502119ecd590681ef10b4af2a829adf03bda35
command: ["/home/runner/run.sh"]
githubConfigUrl: "https://github.com/ttrssreal/jix"
# FIXME: part of declarative secret management
githubConfigSecret: jess-gh-pat
Expand Down

0 comments on commit a6b61d9

Please sign in to comment.