Skip to content

Commit c225d36

Browse files
committed
Change fsgroup of docker folder
1 parent 376e77b commit c225d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ent_runners.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "kubernetes_manifest" "github_ent_runners" {
1818
group = each.value.group
1919
imagePullPolicy = "IfNotPresent"
2020
securityContext = {
21-
fsGroup = 1000
21+
fsGroup = 1001
2222
}
2323
labels = [each.value.label]
2424
resources = each.value.resources

0 commit comments

Comments
 (0)