diff --git a/elster-transfer/templates/deployment.yaml b/elster-transfer/templates/deployment.yaml
index 9ebaaa997d5e0a1bfb73cd893a5cc2def44fa70e..6b047c6c482ce478581e3d0af83da1abc8bfbb9e 100644
--- a/elster-transfer/templates/deployment.yaml
+++ b/elster-transfer/templates/deployment.yaml
@@ -83,7 +83,7 @@ spec:
       volumes:
         - name: etr-home
           persistentVolumeClaim:
-            claimName: {{ .Release.Name }}-home-pvc
+            claimName: {{ .Release.Name }}-home-pvc2
         {{- if (.Values.userAuthentication).enabled }}
         - name: etr-user
           configMap:
diff --git a/elster-transfer/unit-tests/deployment_volume_mount_test.yaml b/elster-transfer/unit-tests/deployment_volume_mount_test.yaml
index 093e4f6471640bffb280f4ad0b73b6ae2b9779e2..156b7761a9e43d9ef5fb27c1914f23799150c011 100644
--- a/elster-transfer/unit-tests/deployment_volume_mount_test.yaml
+++ b/elster-transfer/unit-tests/deployment_volume_mount_test.yaml
@@ -21,7 +21,7 @@ tests:
            content:
               name: etr-home
               persistentVolumeClaim:
-                claimName: etr-home-pvc
+                claimName: etr-home-pvc2
 
   - it: should add etr-user volume mount
     set: