This commit is contained in:
Benoit Sigoure 2026-04-08 12:00:48 -04:00 committed by GitHub
commit 2b4eb8546f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,7 @@ args:
- dockerd
- --host=unix:///var/run/docker.sock
- --group=$(DOCKER_GROUP_GID)
- --mtu={{ default 1450 (dig "dind" "mtu" 1450 .Values.containerMode) }}
env:
- name: DOCKER_GROUP_GID
value: "123"

View File

@ -118,6 +118,8 @@ githubConfigSecret:
## empty, and configuration should be applied to the template.
# containerMode:
# type: "dind" ## type can be set to "dind", "kubernetes", or "kubernetes-novolume"
# dind:
# mtu: 1450 ## Optional, for DinD mode only. Defaults to 1450.
# ## the following is required when containerMode.type=kubernetes
# kubernetesModeWorkVolumeClaim:
# accessModes: ["ReadWriteOnce"]