hashicorp / vault-helm

Helm chart to install Vault and other associated components.
Mozilla Public License 2.0
1.05k stars 868 forks source link

support exec in server liveness probe #971

Closed thyton closed 8 months ago

thyton commented 8 months ago

This PR supports exec in the server liveness probe. If provided, exec is preferred to httpGet as the server liveness probe handler.

thyton commented 8 months ago

Thanks a lot for your feedback!