CrowdStrike / falcon-helm

Helm Charts for running CrowdStrike Falcon with Kubernetes
https://artifacthub.io/packages/helm/falcon-helm/falcon-sensor
Apache License 2.0
74 stars 69 forks source link

Tags aren't being set with falcon-sensor #320

Open olobrian opened 1 day ago

olobrian commented 1 day ago

Expected

When setting falcon.tags in values.yaml, tags should be set on the sensor so I can filter/search for specific hosts in the UI

Actual

Nothing happens. There aren't any references to .Values.falcon.tags that I can see in the helm chart.

redhatrises commented 1 day ago

Can you provide an example of the changes you are making in addition to the CLI commands (if you are using CLI that is) that you using? Generally, values.yaml changes should be made via CLI, in a single manifest file, or via a custom values.yaml that is external to the helm chart.