Skip to content

Commit

Permalink
Fix postgresql data directory in sample DB manifest (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajsb authored Nov 6, 2023
1 parent ce7c9b0 commit 9ddb1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/samples/postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ items:
privileged: false
terminationMessagePath: /dev/termination-log
volumeMounts:
- mountPath: /var/lib/pgsql/data
- mountPath: /var/lib/postgresql/data
name: model-registry-db-data
dnsPolicy: ClusterFirst
restartPolicy: Always
Expand Down

0 comments on commit 9ddb1ba

Please sign in to comment.