bank-vaults / vault-helm-chart

A Helm chart for installing Hashicorp Vault
Apache License 2.0
8 stars 3 forks source link

helm chart doesn't provide option to set up statefulset's volumeClaimTemplate #85

Open camaeel opened 6 months ago

camaeel commented 6 months ago

Preflight Checklist

Problem Description

Helm chart doesn't provide option to set up statefulset's volumeClaimTemplate. This blocks completely usage of internal raft storage in HA mode with volumes provisioned dynamically by CSI.

Proposed Solution

Add in helmChart option to define persistence storage through volumeClaimTemplates and remove pvc.yaml (or leave it as fallback option)

Alternatives Considered

Switch to HC vault helm chart with additional sidecar container with bank-vaults for unsealing

Additional Information

No response

ramizpolic commented 5 months ago

Thanks for raising this @camaeel! If you have some extra time to create a PR for this, should be easy to patch but very valuable. Let us know so we can plan it out.