vectordotdev / helm-charts

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

feat: support shareProcessNamespace is pod.spec #326

Closed andresperezl closed 1 year ago

andresperezl commented 1 year 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.