We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe6ddb commit 263b373Copy full SHA for 263b373
modules/gha-runner-scale-set/main.tf
@@ -88,7 +88,7 @@ locals {
88
env = [
89
{
90
name = "DOCKER_GROUP_GID"
91
- value = "123"
+ value = "1001"
92
},
93
]
94
securityContext = {
@@ -101,7 +101,7 @@ locals {
101
}
102
initialDelaySeconds = 0
103
failureThreshold = 24
104
- periodSeconds = 10
+ periodSeconds = 5
105
106
volumeMounts = [
107
@@ -110,7 +110,7 @@ locals {
110
111
112
name = "dind-sock"
113
- mountPath = "/run/docker"
+ mountPath = "/var/run"
114
115
116
name = "dind-externals"
0 commit comments