Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add securityContext .seccompProfile field
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ committed Aug 13, 2024
commit 440ed8b94b51712e1eca989e43afa85bb19f9d96
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ spec:
ephemeral-storage: 256Mi
memory: 200Mi
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop:
Expand Down
2 changes: 2 additions & 0 deletions config/e2e/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
cpu: 200m
memory: 200Mi
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop:
Expand Down
2 changes: 2 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ spec:
memory: 200Mi
ephemeral-storage: 256Mi
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop:
Expand Down