Support setting autopilot_redundancy_zone
in the Vault configuration file
#1053
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I'd like to request a feature to support setting the
autopilot_redundancy_zone
in the Vault configuration file using the Vault Helm chart.Currently, the Vault Helm chart doesn't provide a way to set this configuration parameter, which is important for high availability setups.
Describe the solution you'd like
in the
_helpers.tpl
we havevault.args
defined like thiswe just need add a new sed command to replace {redundancy_zone} with the environment variable.
so we can have an init container to set this value or can be set with
extraEnvironmentVars
in values file.Describe alternatives you've considered
add a tool like envsubst to replace all the variable in the config file.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: