We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b9e66 + 9d56942 commit ce45894Copy full SHA for ce45894
charts/jupyter/Chart.yaml
@@ -23,5 +23,5 @@ name: jupyter
23
sources:
24
- https://github.com/gradiant/charts
25
- "https://github.com/astrobounce/helm-jupyter"
26
-version: 0.1.9
+version: 0.1.10
27
charts/jupyter/templates/statefulset.yaml
@@ -121,7 +121,7 @@ spec:
121
{{- if not .Values.persistence.enabled }}
122
{{- if .Values.existingPersistence.enabled }}
123
- name: jupyter
124
- persistentVolumeName:
+ persistentVolumeClaim:
125
claimName: {{ .Values.existingPersistence.claimName }}
126
{{- else }}
127
@@ -144,4 +144,4 @@ spec:
144
storageClassName: "{{ .Values.persistence.storageClass }}"
145
{{- end }}
146
147
- {{- end }}
+ {{- end }}
0 commit comments