Skip to content

Commit

Permalink
enable HTTP observability if runtime detection or observability on
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <[email protected]>
  • Loading branch information
slashben committed Feb 25, 2025
1 parent c48f541 commit f56dbae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
"applicationProfileServiceEnabled": {{ $configurations.runtimeObservability }},
"prometheusExporterEnabled": {{ eq .Values.nodeAgent.config.prometheusExporter "enable" }},
"runtimeDetectionEnabled": {{ eq .Values.capabilities.runtimeDetection "enable" }},
"httpDetectionEnabled": {{ eq .Values.capabilities.httpDetection "enable" }},
"httpDetectionEnabled": {{ or (eq .Values.capabilities.httpDetection "enable") (eq .Values.capabilities.runtimeDetection "enable") (eq .Values.capabilities.runtimeObservability "enable") }},
"networkServiceEnabled": {{ eq .Values.capabilities.networkPolicyService "enable" }},
"malwareDetectionEnabled": {{ eq .Values.capabilities.malwareDetection "enable" }},
"nodeProfileServiceEnabled": {{ eq .Values.capabilities.nodeProfileService "enable" }},
Expand Down
Loading

0 comments on commit f56dbae

Please sign in to comment.