juntekim.com/mist_infra/arc/github/values.yaml
2026-03-12 20:33:43 +00:00

25 lines
No EOL
498 B
YAML

githubConfigUrl: https://github.com/MealCraft
githubConfigSecret:
github_token: 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 # mealcraft-github-runner-token
runnerScaleSetName: mealcraft-runners
containerMode:
type: dind # 👈 THIS is the key change
runnerLabels:
- mealcraft-runners
- self-hosted
envFrom:
- secretRef:
name: aws-secrets
- secretRef:
name: postgres-secret
# 👇 Explicit DIND configuration
docker:
enabled: true
privileged: true
networkMTU: 1450