sysdiglabs / charts

The official source for Sysdig’s Helm charts
https://charts.sysdig.com
41 stars 127 forks source link

fix(agent): add kspm-analyzer specific settings to agent pod when enabled #1889

Closed aroberts87 closed 2 months ago

aroberts87 commented 2 months ago

What this PR does / why we need it:

When the kspm-analzyer is enabled in the agent's configurations, certain additional attributes need to be set both in the agent configuration as well as the pod definition itself in order for the component to function correctly. This PR sets the requisite environment variable and port configurations on the agent pod in those scenarios.

Checklist