Skip to content

Commit

Permalink
Merge pull request #54 from Gradiant/hotfix-53
Browse files Browse the repository at this point in the history
fix pv content in jupyter
  • Loading branch information
cgiraldo authored Sep 7, 2021
2 parents 13a8a8c + a184b67 commit 6555df5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ name: jupyter
sources:
- https://github.com/gradiant/charts
- "https://github.com/astrobounce/helm-jupyter"
version: 0.1.7
version: 0.1.8

1 change: 0 additions & 1 deletion charts/jupyter/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ spec:
volumeMounts:
- name: jupyter
mountPath: /home/jovyan
subPath: "git-notebooks.sh"
volumes:
{{- if .Values.gitNotebooks }}
- name: git-notebooks
Expand Down

0 comments on commit 6555df5

Please sign in to comment.