Update _helpers.tpl
This commit is contained in:
parent
9e191cdd21
commit
3c4d403168
|
|
@ -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
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
@ -227,7 +229,7 @@ env:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $setRunnerWaitDocker }}
|
{{- if $setRunnerWaitDocker }}
|
||||||
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
|
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
|
||||||
value: "120"
|
value: "240"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $setNodeExtraCaCerts }}
|
{{- if $setNodeExtraCaCerts }}
|
||||||
- name: NODE_EXTRA_CA_CERTS
|
- name: NODE_EXTRA_CA_CERTS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue