postgres: change mountpoint to ../data
As otherwise the VOLUME seems to override itmaster
parent
cba364d1fc
commit
cf992f1d3b
|
@ -44,7 +44,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: postgres-config
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/postgresql/
|
||||
- mountPath: /var/lib/postgresql/data
|
||||
name: postgresdb
|
||||
volumes:
|
||||
- name: postgresdb
|
||||
|
|
Loading…
Reference in New Issue