Skip to content

Commit

Permalink
fix(agent): fix logic to disable network topology and memdump only fo…
Browse files Browse the repository at this point in the history
…r secure light (#1564)
  • Loading branch information
maratsal authored Jan 15, 2024
1 parent 0b8b6f5 commit 6f49dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
type: application
version: 1.19.1
version: 1.19.2
2 changes: 1 addition & 1 deletion charts/agent/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ agent config to prevent a backend push from enabling them after installation.
"secure_audit_streams") }}
{{- $_ := set $secureConfig $secureFeature (dict "enabled" false) }}
{{- end }}
{{ else if include "agent.enableFalcoBaselineSecureLight" . }}
{{ else if and (include "agent.enableFalcoBaselineSecureLight" .) $secureLightMode }}
{{- range $secureFeature := (list
"memdump"
"network_topology") }}
Expand Down

0 comments on commit 6f49dd5

Please sign in to comment.