hashicorp / vault-helm

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

Ability to have top level label on StatefullSet #992

Open SebastienTolron opened 5 months ago

SebastienTolron commented 5 months ago

Hello ,

It would be great to be able to add custom label on statefullset here :

https://github.com/hashicorp/vault-helm/blob/main/templates/server-statefulset.yaml#L16

This is implemented in consul chart but can't do this to vault :

https://github.com/hashicorp/vault-helm/blob/main/templates/server-statefulset.yaml#L16

Thanks