Merge 8cfe981496 into 94a6f3cc3a
This commit is contained in:
commit
33b95e1ad8
|
|
@ -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) }}
|
||||
|
|
|
|||
|
|
@ -322,6 +322,8 @@ template:
|
|||
## env:
|
||||
## - name: DOCKER_GROUP_GID
|
||||
## value: "123"
|
||||
## - name: DOCKER_IPTABLES_LEGACY
|
||||
## value: "1"
|
||||
## securityContext:
|
||||
## privileged: true
|
||||
## restartPolicy: Always
|
||||
|
|
|
|||
Loading…
Reference in New Issue