This commit is contained in:
Benoit Sigoure 2025-10-22 12:51:33 +02:00 committed by GitHub
commit b0fa82fa9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,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

@ -116,6 +116,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"]