Seems right now the helm chart for falcon-sensor is accepting the falcon-cid only via helm chart values.yaml.
But as that is treated as a sensitive value, it would be great to have an option in chart where user can pass a k8s secret and the cid value can be read from there, with that way there will be no need to put the secret in helm or checked in repo as well.
Hi Team
Seems right now the helm chart for falcon-sensor is accepting the falcon-cid only via helm chart values.yaml. But as that is treated as a sensitive value, it would be great to have an option in chart where user can pass a k8s secret and the cid value can be read from there, with that way there will be no need to put the secret in helm or checked in repo as well.
https://github.com/CrowdStrike/falcon-helm/tree/falcon-sensor-1.28.1/helm-charts/falcon-sensor
FALCONCTL_OPT_CID: {{ .Values.falcon.cid }}
Could you please suggest if this can be taken on priority and worked upon.
Thanks Sharad