We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f029717 commit 6842929Copy full SHA for 6842929
manifests/apps/by-cluster/rgst/forgejo.jsonnet
@@ -150,8 +150,8 @@ local all = {
150
app: $.runner.spec.selector.matchLabels.app,
151
},
152
annotations: {
153
- 'container.apparmor.security.beta.kubernetes.io/buildkitd': 'unconfined',
154
- 'container.seccomp.security.alpha.kubernetes.io/buildkitd': 'unconfined',
+ 'container.apparmor.security.beta.kubernetes.io/docker': 'unconfined',
+ 'container.seccomp.security.alpha.kubernetes.io/docker': 'unconfined',
155
156
157
spec: {
0 commit comments