Fix postgres data volume

This commit is contained in:
Jerome Petazzoni
2018-09-16 09:08:23 -05:00
parent 521f8e9889
commit 3866701475

View File

@@ -17,7 +17,7 @@ spec:
- name: postgres
image: postgres:10.5
volumeMounts:
- mountPath: /var/lib/postgresql
- mountPath: /var/lib/postgresql/data
name: postgres
volumeClaimTemplates:
- metadata: