Skip to content

Commit

Permalink
points the postgres pod to the correct pvc
Browse files Browse the repository at this point in the history
Signed-off-by: James Kunstle <[email protected]>
  • Loading branch information
JamesKunstle committed Apr 17, 2024
1 parent 2c9bd1b commit a990c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/base/8k-postgres-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
ports:
- containerPort: 5432
volumeMounts:
- mountPath: /var/lib/postgresql/data
- mountPath: /var/lib/pgql/data
name: postgres-cache-data
envFrom:
- secretRef:
Expand Down

0 comments on commit a990c3d

Please sign in to comment.