Skip to content

Commit

Permalink
Added configurable endpoint detection
Browse files Browse the repository at this point in the history
  • Loading branch information
afek854 committed Sep 3, 2024
1 parent cd4f88d commit 5c49810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ data:
"relevantCVEServiceEnabled": {{ eq .Values.capabilities.relevancy "enable" }},
"prometheusExporterEnabled": {{ eq .Values.nodeAgent.config.prometheusExporter "enable" }},
"runtimeDetectionEnabled": {{ eq .Values.capabilities.runtimeDetection "enable" }},
"endpointDetectionEnabled": {{ eq .Values.capabilities.endpointDetection "enable" }},
"networkServiceEnabled": {{ eq .Values.capabilities.networkPolicyService "enable" }},
"malwareDetectionEnabled": {{ eq .Values.capabilities.malwareDetection "enable" }},
"nodeProfileServiceEnabled": {{ eq .Values.capabilities.nodeProfileService "enable" }},
Expand Down
1 change: 1 addition & 0 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ capabilities:
malwareDetection: disable
nodeProfileService: disable
admissionController: disable
endpointDetection: disable
seccompProfileService: enable

# ====== Other capabilities ======
Expand Down

0 comments on commit 5c49810

Please sign in to comment.