juntekim.com/mist_infra/arc/values.yaml
2026-02-14 16:39:08 +00:00

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