Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Helm] Missing volume mount in chart #335

Open
gnavarroco opened this issue Feb 7, 2025 · 0 comments
Open

[Helm] Missing volume mount in chart #335

gnavarroco opened this issue Feb 7, 2025 · 0 comments

Comments

@gnavarroco
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant