Hopefully made postgres happy

This commit is contained in:
Pünkösd Marcell 2021-04-20 01:56:16 +02:00
parent f985b71ea2
commit c4936d538f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ spec:
- configMapRef:
name: job-orchestrator-postgres-config
volumeMounts:
- mountPath: /var/lib/postgresql/data
- mountPath: /var/lib/postgresql
name: data
---
apiVersion: v1