21 lines
825 B
YAML
21 lines
825 B
YAML
# Helm values for ARC runner scale set
|
|
# Chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set
|
|
# Namespace: arc-system
|
|
|
|
# GitHub repository to register the runner against
|
|
githubConfigUrl: "https://github.com/celesrenata/stonks-oracle"
|
|
|
|
# Runner label used in workflow runs-on
|
|
runnerScaleSetName: "self-hosted-gremlin"
|
|
|
|
# Authentication — GitHub PAT injected at install time via --set
|
|
# runmefirst.sh reads /run/secrets/github_token and passes it here
|
|
githubConfigSecret:
|
|
github_token: "PLACEHOLDER"
|
|
|
|
# Docker-in-Docker mode — runner has a full Docker daemon, works like GitHub-hosted runners
|
|
# NOTE: Do NOT override template.spec when using containerMode — the chart auto-injects
|
|
# the correct DinD sidecar, volume mounts, DOCKER_HOST env, and startup probes.
|
|
containerMode:
|
|
type: dind
|