Skip to content

Commit

Permalink
fix: add subPath for postgres volume mount (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Sep 26, 2023
1 parent 84a9494 commit 7812741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/pods/stacks-blockchain-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: stacks-blockchain-api-pg
subPath: postgres
volumes:
- name: stacks-blockchain-api-pg
persistentVolumeClaim:
Expand Down

0 comments on commit 7812741

Please sign in to comment.