Skip to content

Commit ce45894

Browse files
authored
Merge pull request #65 from kojderszymon/master
Problem with persistentVolumeClaim
2 parents 99b9e66 + 9d56942 commit ce45894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.9
26+
version: 0.1.10
2727

charts/jupyter/templates/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
{{- if not .Values.persistence.enabled }}
122122
{{- if .Values.existingPersistence.enabled }}
123123
- name: jupyter
124-
persistentVolumeName:
124+
persistentVolumeClaim:
125125
claimName: {{ .Values.existingPersistence.claimName }}
126126
{{- else }}
127127
- name: jupyter
@@ -144,4 +144,4 @@ spec:
144144
storageClassName: "{{ .Values.persistence.storageClass }}"
145145
{{- end }}
146146
{{- end }}
147-
{{- end }}
147+
{{- end }}

0 commit comments

Comments
 (0)