25 lines
No EOL
466 B
YAML
25 lines
No EOL
466 B
YAML
githubConfigUrl: https://github.com/MealCraft
|
|
|
|
githubConfigSecret:
|
|
github_token: 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
|
|
|
|
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 |