Add support for shareProcessNamespace to the helm chart #8279
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Hi,
I'm trying to setup a side-car to write the NGINX access log to an internal log processor and would like to signal the NGINX process that it needs to re-open the file. With yml this can be done by adding
shareProcessNamespace: true
which allows a log rotate side-car to signal NGINX to re-open the logs files.It seems this option is missing in the helm chart deploymeny.
Is it possible to add this as a configuration option?
A similar issue was reported before but it went stale: #7108
The text was updated successfully, but these errors were encountered: