Merge 8cfe981496 into 94a6f3cc3a
This commit is contained in:
commit
33b95e1ad8
|
|
@ -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) }}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue