Skip to content

Commit 6555df5

Browse files
authored
Merge pull request #54 from Gradiant/hotfix-53
fix pv content in jupyter
2 parents 13a8a8c + a184b67 commit 6555df5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/jupyter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ name: jupyter
2323
sources:
2424
- https://github.com/gradiant/charts
2525
- "https://github.com/astrobounce/helm-jupyter"
26-
version: 0.1.7
26+
version: 0.1.8
2727

charts/jupyter/templates/statefulset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ spec:
107107
volumeMounts:
108108
- name: jupyter
109109
mountPath: /home/jovyan
110-
subPath: "git-notebooks.sh"
111110
volumes:
112111
{{- if .Values.gitNotebooks }}
113112
- name: git-notebooks

0 commit comments

Comments
 (0)