Skip to content

Commit

Permalink
Merge pull request #65 from kojderszymon/master
Browse files Browse the repository at this point in the history
Problem with persistentVolumeClaim
  • Loading branch information
cgiraldo authored Sep 20, 2022
2 parents 99b9e66 + 9d56942 commit ce45894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9
version: 0.1.10

4 changes: 2 additions & 2 deletions charts/jupyter/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
{{- if not .Values.persistence.enabled }}
{{- if .Values.existingPersistence.enabled }}
- name: jupyter
persistentVolumeName:
persistentVolumeClaim:
claimName: {{ .Values.existingPersistence.claimName }}
{{- else }}
- name: jupyter
Expand All @@ -144,4 +144,4 @@ spec:
storageClassName: "{{ .Values.persistence.storageClass }}"
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit ce45894

Please sign in to comment.