Skip to content

Commit

Permalink
Merge pull request #84 from catenax-ng/release/v1.0.0-data-persitance
Browse files Browse the repository at this point in the history
[ 3° ] - Release/v1.0.0-data-persitance: Added pvc volume to store contract details
  • Loading branch information
matbmoser authored Jul 18, 2023
2 parents 7c45f34 + 996787a commit 63876d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/digital-product-pass/templates/deployment-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ spec:
- name: backend-config
mountPath: /app/config
- name: pvc-backend
mountPath: /app/data/process
subPath: process
mountPath: /app/data
subPath: data
- name: pvc-backend
mountPath: /app/log
subPath: log
Expand Down

0 comments on commit 63876d9

Please sign in to comment.