This commit is contained in:
Matt Rouhana 2025-10-08 15:01:27 -04:00 committed by GitHub
commit 33b95e1ad8
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: env:
- name: DOCKER_GROUP_GID - name: DOCKER_GROUP_GID
value: "123" value: "123"
- name: DOCKER_IPTABLES_LEGACY
value: "1"
securityContext: securityContext:
privileged: true privileged: true
{{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }} {{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }}

View File

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