Update _helpers.tpl

This commit is contained in:
prosper-sre 2024-04-17 14:20:29 -07:00 committed by GitHub
parent 9e191cdd21
commit 3c4d403168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 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
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