File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
test/integration/manifests/cilium Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1616 template :
1717 metadata :
1818 annotations :
19- container.apparmor.security.beta.kubernetes.io/apply-sysctl-overwrites : unconfined
20- container.apparmor.security.beta.kubernetes.io/cilium-agent : unconfined
21- container.apparmor.security.beta.kubernetes.io/clean-cilium-state : unconfined
22- container.apparmor.security.beta.kubernetes.io/mount-cgroup : unconfined
2319 prometheus.io/port : " 9962"
2420 prometheus.io/scrape : " true"
2521 creationTimestamp : null
10298 timeoutSeconds : 5
10399 resources : {}
104100 securityContext :
101+ appArmorProfile :
102+ type : Unconfined
105103 capabilities :
106104 add :
107105 - CHOWN
@@ -197,6 +195,8 @@ spec:
197195 name : mount-cgroup
198196 resources : {}
199197 securityContext :
198+ appArmorProfile :
199+ type : Unconfined
200200 capabilities :
201201 add :
202202 - SYS_ADMIN
@@ -229,6 +229,8 @@ spec:
229229 name : apply-sysctl-overwrites
230230 resources : {}
231231 securityContext :
232+ appArmorProfile :
233+ type : Unconfined
232234 capabilities :
233235 add :
234236 - SYS_ADMIN
@@ -287,6 +289,8 @@ spec:
287289 cpu : 100m
288290 memory : 100Mi
289291 securityContext :
292+ appArmorProfile :
293+ type : Unconfined
290294 capabilities :
291295 add :
292296 - NET_ADMIN
You can’t perform that action at this time.
0 commit comments