Skip to content

Commit

Permalink
Only set enable_runtime_compiler if value set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Apr 22, 2021
1 parent 99b670b commit bcdea9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/datadog/templates/system-probe-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ data:
collect_dns_stats: {{ $.Values.datadog.systemProbe.collectDNSStats }}
max_tracked_connections: {{ $.Values.datadog.systemProbe.maxTrackedConnections }}
conntrack_max_state_size: {{ $.Values.datadog.systemProbe.conntrackMaxStateSize }}
enable_runtime_compiler: {{ $.Values.datadog.systemProbe.enableRuntimeCompiler }}
{{- if $.Values.datadog.systemProbe.enableRuntimeCompiler }}
enable_runtime_compiler: true
{{- end }}
network_config:
enabled: {{ $.Values.datadog.networkMonitoring.enabled }}
runtime_security_config:
Expand Down

0 comments on commit bcdea9e

Please sign in to comment.