Skip to content

Commit

Permalink
chore(kubenuc,sysdig): Fix kubenuc host-shield post-migration issue
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <[email protected]>
  • Loading branch information
dark-vex committed Sep 12, 2024
1 parent cf10e77 commit 820569d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clusters/kubenuc/apps/sysdig-agent/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
enabled: true
kspm_analyzer:
enabled: true
rapid_response:
enabled: true
#rapid_response:
# enabled: true
#feature:
# mode: secure_light
#secure_audit_streams:
Expand All @@ -61,10 +61,10 @@ spec:
socket_path: /run/k3s/containerd/containerd.sock
log:
#file_priority: info
console_priority: info
#console_priority: info
#event_priority: info
file_priority: warning
#console_priority: warning
console_priority: warning
event_priority: warning
#file_priority_by_component:
# - "cm_socket_endpoint: debug"
Expand Down Expand Up @@ -156,4 +156,4 @@ spec:
newEngineOnly: true

rapidResponse:
enabled: false
enabled: true

0 comments on commit 820569d

Please sign in to comment.