Skip to content

Commit

Permalink
docs: improve comment in the values
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Roberts <[email protected]>
  • Loading branch information
mavimo and aroberts87 committed Oct 18, 2023
1 parent 6c9888a commit 2ebd29a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/agent/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Define the proper imageRegistry to use for agent and kmodule image
{{/*
Return the proper Sysdig Agent repository name
Force the slim version if customer specify enable the slim mode or if the Universal eBPF driver is is enforced
Force the slim version if customer specify enable the slim mode or if the Universal eBPF driver is enforced
*/}}
{{- define "agent.repositoryName" -}}
{{- if .Values.slim.enabled -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/tests/universal_ebpf_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ suite: Universal eBPF tests
templates:
- templates/daemonset.yaml
tests:
- it: Ensure that when the eBPF is disabled we create the sysdig container wihtout SYSDIG_BPF_PROBE and SYSDIG_AGENT_DRIVER environment variables
- it: Ensure that when the eBPF is disabled we create the sysdig container without SYSDIG_BPF_PROBE and SYSDIG_AGENT_DRIVER environment variables
set:
ebpf:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ ebpf:
# Enable eBPF support for Sysdig Agent
enabled: false

# Define the kind of eBPF driver that can be used in the agent. Can be `legacy_ebpf` or `universal_ebpf`
# Define the kind of eBPF driver that will be used by the agent. Can be `legacy_ebpf` or `universal_ebpf`
kind: legacy_ebpf

slim:
Expand Down

0 comments on commit 2ebd29a

Please sign in to comment.