hashicorp / hashicorp/vault-helm

Add Volume Selectors when binding PVC

Open
#431 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.