hashicorp / vault-helm

Helm chart to install Vault and other associated components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

RiccardoJenner opened this issue · comments

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.