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 376e77b commit c225d36Copy full SHA for c225d36
ent_runners.tf
@@ -18,7 +18,7 @@ resource "kubernetes_manifest" "github_ent_runners" {
18
group = each.value.group
19
imagePullPolicy = "IfNotPresent"
20
securityContext = {
21
- fsGroup = 1000
+ fsGroup = 1001
22
}
23
labels = [each.value.label]
24
resources = each.value.resources
0 commit comments