hashicorp / vault-helm

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

docs: mismatch between official docs and comments in helm chart? #932

Open RiccardoJenner opened 11 months ago

RiccardoJenner commented 11 months ago

The official docs state that:

Integrated Storage native to Vault is now recommended rather than using Consul for Vault storage. Use Consul for Vault storage only when there are clear reasons.

Source

However the default values.yaml of this helm chart is suggesting to use consul for HA.

Either I'm misunderstanding something (very possible) or there is a mismatch.