Skip to content

Commit

Permalink
Merge pull request #195 from lazhenyi/master
Browse files Browse the repository at this point in the history
fix: helm模板的Values.persistence.storageClassName -> storageClass
  • Loading branch information
heqingpan authored Jan 26, 2025
2 parents ebaeae6 + 8470c47 commit bf170c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/k8s/helm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
accessModes:
{{- toYaml . | nindent 8 }}
{{- end }}
storageClassName: {{ .Values.persistence.storageClassName }}
storageClassName: {{ .Values.persistence.storageClass }}
resources:
requests:
storage: {{ .Values.persistence.size }}
Expand Down

0 comments on commit bf170c8

Please sign in to comment.