From 1d8281b490260d0df1c3d64c80b0debd7746f7e8 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 24 Jul 2024 18:23:22 +0200
Subject: [PATCH] OZG-6177 rename pvc for testing

---
 elster-transfer/templates/deployment.yaml                    | 2 +-
 elster-transfer/unit-tests/deployment_volume_mount_test.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/elster-transfer/templates/deployment.yaml b/elster-transfer/templates/deployment.yaml
index 9ebaaa9..6b047c6 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 093e4f6..156b776 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:
-- 
GitLab