Skip to content

Commit f029717

Browse files
committed
forgejo: runner rootless dind (v2.4)
1 parent 5006147 commit f029717

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ local all = {
149149
labels: {
150150
app: $.runner.spec.selector.matchLabels.app,
151151
},
152+
annotations: {
153+
'container.apparmor.security.beta.kubernetes.io/buildkitd': 'unconfined',
154+
'container.seccomp.security.alpha.kubernetes.io/buildkitd': 'unconfined',
155+
},
152156
},
153157
spec: {
154158
nodeSelector: {

0 commit comments

Comments
 (0)