You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using TLS certificates issued via LetsEncrypt, which means we need to periodically reload the Vault servers to pick up the new certificates.
The chart already supports sidecar containers via server.extraContainers, but in order to issue the SIGHUP signal and trigger a restart, the Pod spec needs shareProcessNamespace: true to be available
Ideally this would just be a flag like server.shareProcessNamespace with a default value of false
I'm happy to open a PR for this feature if the maintainers are open to the idea
The text was updated successfully, but these errors were encountered:
We are using TLS certificates issued via LetsEncrypt, which means we need to periodically reload the Vault servers to pick up the new certificates.
The chart already supports sidecar containers via
server.extraContainers
, but in order to issue theSIGHUP
signal and trigger a restart, the Pod spec needsshareProcessNamespace: true
to be availableIdeally this would just be a flag like
server.shareProcessNamespace
with a default value offalse
I'm happy to open a PR for this feature if the maintainers are open to the idea
The text was updated successfully, but these errors were encountered: