hashicorp / hashicorp/vault-helm
Add Volume Selectors when binding PVC
Open
enhancement
- Dominant language
- Shell
- Stars
- 1.3k
- Forks
- 898
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 1
Description
RabbitMQ Chart already has this feature.
https://github.com/helm/charts/blob/master/stable/rabbitmq/values.yaml#L300-L307
```
persistence:
storageClass: "manual"
selector:
matchLabels:
app: rabbitmq
size: {{replicaSize}}
```
Contributor guide
Research direction
Use the linked RabbitMQ values.yaml persistence example as the reference entry point, then locate the Vault chart values and PVC template that handle persistence. Confirm that selector values can be supplied through the chart and appear in the rendered PVC, with the existing chart checks passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes, yaml
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100