postgres: change mountpoint to ../data
As otherwise the VOLUME seems to override it
This commit is contained in:
parent
cba364d1fc
commit
cf992f1d3b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue