Skip to content

Commit 98b6b16

Browse files
committed
Revert "[Jupyter] remove unused volumemount (#294)"
This reverts commit 55e17c4.
1 parent b5bdfea commit 98b6b16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/jupyter-python/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.3.30
25+
version: 2.3.29
2626
dependencies:
2727
- name: library-chart
2828
version: 2.0.3

charts/jupyter-python/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ spec:
286286
resources:
287287
{{- toYaml .Values.resources | nindent 12 }}
288288
volumeMounts:
289+
- name: jupyter-local
290+
mountPath: /home/{{ .Values.environment.user }}/.local/share/jupyter
289291
{{ if (.Values.userPreferences.aiAssistant).enabled }}
290292
- mountPath: /home/{{ .Values.environment.user }}/.local/share/jupyter/jupyter_ai
291293
subPath: jupyter-ai

0 commit comments

Comments
 (0)