Commit a53b0a2 1 parent 217cc84 commit a53b0a2 Copy full SHA for a53b0a2
File tree 2 files changed +2
-2
lines changed
helm-charts/falcon-sensor
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ The following tables lists the more common configurable parameters of the chart
118
118
| Parameter | Description | Default |
119
119
| :-------------------------------- | :--------------------------------------------------------------------- | :---------------------------------------------------------------------- |
120
120
| ` node.enabled ` | Enable installation on the Kubernetes node | ` true ` |
121
- | ` node.backend ` | Choose sensor backend (` kernel ` ,` bpf ` ). Sensor 6.49+ only | kernel |
121
+ | ` node.backend ` | Choose sensor backend (` kernel ` ,` bpf ` ). Sensor 6.49+ only | bpf |
122
122
| ` node.gke.autopilot ` | Enable if running on GKE Autopilot clusters | ` false ` |
123
123
| ` node.image.repository ` | Falcon Sensor Node registry/image name | ` falcon-node-sensor ` |
124
124
| ` node.image.tag ` | The version of the official image to use | ` latest ` (Use node.image.digest instead for security and production) |
Original file line number Diff line number Diff line change 7
7
enabled : true
8
8
9
9
# Overrides the backend leveraged by the Falcon Sensor (kernel, bpf)
10
- backend : kernel
10
+ backend : bpf
11
11
12
12
# Enable for use on Google's GKE Autopilot clusters
13
13
gke :
You can’t perform that action at this time.
0 commit comments