From a8432a4f289a38ef4a66e5bbc1a9664fdbc0f279 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 24 Sep 2024 08:02:25 +0200
Subject: [PATCH] OZG-6514 Anpassung Beispiel Helm Daten

---
 src/test/helm-linter-values.yaml       | 2 +-
 src/test/helm/deployment_env_test.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/test/helm-linter-values.yaml b/src/test/helm-linter-values.yaml
index 06d4fe3..2e0237d 100644
--- a/src/test/helm-linter-values.yaml
+++ b/src/test/helm-linter-values.yaml
@@ -35,4 +35,4 @@ http:
 grpc:
   registration:
     server:
-      url: "collaboration.de:9090"
\ No newline at end of file
+      url: "zufi.de:9090"
\ No newline at end of file
diff --git a/src/test/helm/deployment_env_test.yaml b/src/test/helm/deployment_env_test.yaml
index 99f00f6..19ea5ae 100644
--- a/src/test/helm/deployment_env_test.yaml
+++ b/src/test/helm/deployment_env_test.yaml
@@ -38,7 +38,7 @@ tests:
       grpc:
         registration:
           server:
-            url: "collaboration.de:9090"
+            url: "zufi.de:9090"
     asserts:
       - contains:
           path: spec.template.spec.containers[0].env
@@ -58,7 +58,7 @@ tests:
       grpc:
         registration:
           server:
-            url: "collaboration.de:9090"
+            url: "zufi.de:9090"
     asserts:
       - contains:
           path: spec.template.spec.containers[0].env
@@ -76,7 +76,7 @@ tests:
       grpc:
         registration:
           server:
-            url: "collaboration.de:9090"
+            url: "zufi.de:9090"
     asserts:
       - contains:
           path: spec.template.spec.containers[0].env
@@ -87,7 +87,7 @@ tests:
           path: spec.template.spec.containers[0].env
           content:
             name: GRPC_REGISTRATION_SERVER_URL
-            value: "collaboration.de:9090"
+            value: "zufi.de:9090"
       - contains:
           path: spec.template.spec.containers[0].env
           content:
-- 
GitLab