mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
When not using any of the default monitors that require a privileged execution environment and only running custom monitors, it can be useful to run NPD as a non-root user. This PR makes the securityContext customizable, while keeping the `privileged: true` as a default. Signed-off-by: Louis Blin <louisblin@users.noreply.github.com>