Skip to content

Commit

Permalink
set profile per container
Browse files Browse the repository at this point in the history
  • Loading branch information
camrynl committed Jan 23, 2025
1 parent f1fb957 commit e095a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ spec:
operator: In
values:
- linux
securityContext:
appArmorProfile:
type: Unconfined
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down Expand Up @@ -287,6 +284,8 @@ spec:
cpu: 100m
memory: 100Mi
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- NET_ADMIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ spec:
operator: In
values:
- linux
securityContext:
appArmorProfile:
type: Unconfined
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down Expand Up @@ -287,6 +284,8 @@ spec:
cpu: 100m
memory: 100Mi
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- NET_ADMIN
Expand Down

0 comments on commit e095a58

Please sign in to comment.