[rstudio-connect] wrong type for var
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 46
- Forks
- 40
- Avg merge
- 4h 3m
- Merged PRs (30d)
- 6
Description
.Values.sharedStorage.storageClassName has the type bool and default false.
However, it's passed to the PersistentVolumeClaim kind, spec.storageClassName, which is a string.
I haven't tested it, but based on the API reference this is probably a bug.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with charts/rstudio-connect/README.md around the sharedStorage.storageClassName entry and charts/rstudio-connect/templates/pvc.yaml around the PersistentVolumeClaim spec.storageClassName field. Check the chart value against the Kubernetes PersistentVolumeClaim API reference and render or validate the chart. Done means the value's documented/default type is compatible with the rendered field.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes, yaml
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100