Closed andresperezl closed 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.
pod.spec.shareProcessNamespace
false
SIGHUP
This adds the ability to set the
pod.spec.shareProcessNamespace
value in the pod template (defaults tofalse
), which allows the sidecars container to be able to send the reload signal (SIGHUP
) to the vector process.