This commit is contained in:
Matt Rouhana 2025-12-15 15:24:50 +01:00 committed by GitHub
commit 2b175d943c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,8 @@ args:
env:
- name: DOCKER_GROUP_GID
value: "123"
- name: DOCKER_IPTABLES_LEGACY
value: "1"
securityContext:
privileged: true
{{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }}

View File

@ -323,6 +323,8 @@ template:
## env:
## - name: DOCKER_GROUP_GID
## value: "123"
## - name: DOCKER_IPTABLES_LEGACY
## value: "1"
## securityContext:
## privileged: true
## restartPolicy: Always