Skip to content

Commit 0566ef9

Browse files
committed
forgejo: runner rootless dind (v3.1)
1 parent 07ecb27 commit 0566ef9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

manifests/apps/by-cluster/rgst/forgejo.jsonnet

+1-5
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ local all = {
175175
name: name,
176176
emptyDir: {},
177177
}
178-
for name in ['dind-sock', 'dind-etc', 'dind-home', 'runner-data']
178+
for name in ['dind-sock', 'dind-home', 'runner-data']
179179
] + [{
180180
name: 'runner-config',
181181
configMap: {
@@ -241,10 +241,6 @@ local all = {
241241
name: 'dind-sock',
242242
mountPath: dind_sock_dir,
243243
},
244-
{
245-
name: 'dind-etc',
246-
mountPath: '/etc',
247-
},
248244
{
249245
name: 'dind-home',
250246
mountPath: '/home/rootless',

0 commit comments

Comments
 (0)