Skip to content

Commit e095a58

Browse files
committed
set profile per container
1 parent f1fb957 commit e095a58

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

test/integration/manifests/cilium/v1.16/cilium-agent/templates/daemonset-dualstack.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ spec:
3939
operator: In
4040
values:
4141
- linux
42-
securityContext:
43-
appArmorProfile:
44-
type: Unconfined
4542
containers:
4643
- args:
4744
- --config-dir=/tmp/cilium/config-map
@@ -287,6 +284,8 @@ spec:
287284
cpu: 100m
288285
memory: 100Mi
289286
securityContext:
287+
appArmorProfile:
288+
type: Unconfined
290289
capabilities:
291290
add:
292291
- NET_ADMIN

test/integration/manifests/cilium/v1.16/cilium-agent/templates/daemonset.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ spec:
3939
operator: In
4040
values:
4141
- linux
42-
securityContext:
43-
appArmorProfile:
44-
type: Unconfined
4542
containers:
4643
- args:
4744
- --config-dir=/tmp/cilium/config-map
@@ -287,6 +284,8 @@ spec:
287284
cpu: 100m
288285
memory: 100Mi
289286
securityContext:
287+
appArmorProfile:
288+
type: Unconfined
290289
capabilities:
291290
add:
292291
- NET_ADMIN

0 commit comments

Comments
 (0)