Skip to content

Commit

Permalink
feature(agent): Remove a configuration parameter no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Jul 20, 2023
1 parent 93d989d commit dbd45d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Sysdig Monitor and Secure agent
type: application

# currently matching sysdig 1.14.32
version: 1.10.3
version: 1.10.4

appVersion: 12.15.0

Expand Down
1 change: 0 additions & 1 deletion charts/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `slim.resources.limits.cpu` | Specifies the CPU limit for building the kernel module | `1000m` |
| `slim.resources.limits.memory` | Specifies the memory limit for building the kernel module. | `512Mi` |
| `ebpf.enabled` | Enables eBPF support for Sysdig instead of `sysdig-probe` kernel module. | `false` |
| `ebpf.settings.mountEtcVolume` | Detects which kernel version is running in Google COS. | `true` |
| `clusterName` | Sets a unique cluster name which is used to identify events with the `kubernetes.cluster.name` tag. Overrides `global.clusterConfig.name`. | ` ` |
| `sysdig.accessKey` | Your Sysdig Agent Access Key. Overrides `global.sysdig.accessKey` | Either `accessKey` or `existingAccessKeySecret` is required |
| `sysdig.existingAccessKeySecret` | Specifies the name of a Kubernetes secret containing an `access-key ` entry. Overrides `global.sysdig.existingAccessKeySecret` | Either `accessKey` or `existingAccessKeySecret` is required |
Expand Down
4 changes: 0 additions & 4 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ ebpf:
# Enable eBPF support for Sysdig Agent
enabled: false

settings:
# Needed to correctly detect the kernel version for the eBPF program
# Set to false if not running on Google COS
mountEtcVolume: true

slim:
# Uses a slim version of the Sysdig Agent
Expand Down

0 comments on commit dbd45d9

Please sign in to comment.