Merge 8cfe981496 into 79e7b17b56
This commit is contained in:
commit
ca677d1f6b
|
|
@ -118,6 +118,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) }}
|
||||
|
|
|
|||
|
|
@ -325,6 +325,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