briefercloud / briefercloud/briefer
[Helm] Missing volume mount in chart
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I noticed that the `volumeMounts` is missing when there is persistent volume usage within the StatefulSet: :
https://github.com/briefercloud/briefer/blob/main/chart/templates/jupyter-statefulset.yaml
```
volumeMounts:
- name: jupyter-storage
mountPath: /home/jupyteruser
```
Without this, all saved data will be lost when the pod is restarted.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with chart/templates/jupyter-statefulset.yaml and inspect the StatefulSet rendered when persistent volume usage is enabled. Confirm the jupyter-storage volume is mounted at /home/jupyteruser, then render or validate the Helm chart to verify the mount appears and saved data remains backed by the persistent volume.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100