diff --git a/charts/digital-product-pass/templates/deployment-backend.yaml b/charts/digital-product-pass/templates/deployment-backend.yaml index 024ada35a..9de8e474f 100644 --- a/charts/digital-product-pass/templates/deployment-backend.yaml +++ b/charts/digital-product-pass/templates/deployment-backend.yaml @@ -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