Skip to content

Commit c15b22e

Browse files
camrynljpayne3506
authored andcommitted
update nightly daemonset
1 parent ddcde8c commit c15b22e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

test/integration/manifests/cilium/daemonset.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ spec:
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
@@ -102,6 +98,8 @@ spec:
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

0 commit comments

Comments
 (0)