Bugfix typo with development storage path
This commit is contained in:
parent
796c0066cc
commit
fe8ad47f9b
@ -157,7 +157,7 @@ spec:
|
|||||||
{{- if .Values.development.enabled }}
|
{{- if .Values.development.enabled }}
|
||||||
- name: mysql-data
|
- name: mysql-data
|
||||||
hostPath:
|
hostPath:
|
||||||
path: {{ .Values.developer.storage_path }}
|
path: {{ .Values.development.storage_path }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
- metadata:
|
- metadata:
|
||||||
@ -169,4 +169,4 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: {{ .Values.volume.size }}
|
storage: {{ .Values.volume.size }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user