Skip to content

Commit

Permalink
Merge pull request #703 from JamesKunstle/fix-eightknot-pvc
Browse files Browse the repository at this point in the history
fixes postgres cache pv path
  • Loading branch information
cdolfi authored Apr 22, 2024
2 parents 2c9bd1b + a990c3d commit b06d192
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 b06d192

Please sign in to comment.