vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
103 stars 89 forks source link

feat: support shareProcessNamespace is pod.spec #326

Closed andresperezl closed 9 months ago

andresperezl commented 10 months ago

This adds the ability to set the pod.spec.shareProcessNamespace value in the pod template (defaults to false), which allows the sidecars container to be able to send the reload signal (SIGHUP) to the vector process.