Bugfix typo with development storage path

This commit is contained in:
Alan Meadows 2016-12-29 14:58:09 -08:00
parent 796c0066cc
commit fe8ad47f9b

View File

@ -157,7 +157,7 @@ spec:
{{- if .Values.development.enabled }}
- name: mysql-data
hostPath:
path: {{ .Values.developer.storage_path }}
path: {{ .Values.development.storage_path }}
{{- else }}
volumeClaimTemplates:
- metadata:
@ -169,4 +169,4 @@ spec:
resources:
requests:
storage: {{ .Values.volume.size }}
{{- end }}
{{- end }}