diff --git a/src/test/helm/keycloak_client_crd_test.yaml b/src/test/helm/keycloak_client_crd_test.yaml
index 9da73a7f0c83cb65991c10c163b64b495e89439e..2ab407d1845b2870e03dee138e086581bed9b904 100644
--- a/src/test/helm/keycloak_client_crd_test.yaml
+++ b/src/test/helm/keycloak_client_crd_test.yaml
@@ -92,7 +92,7 @@ tests:
     asserts:
       - equal:
           path: spec.client_base_url
-          value: https://helm-admin.ozg-sh.de
+          value: https://helm-administration.ozg-sh.de
   - it: should set client redirect uris
     set:
       sso:
@@ -102,7 +102,7 @@ tests:
       - equal:
           path: spec.client_web_origins
           value:
-            - https://helm-admin.ozg-sh.de
+            - https://helm-administration.ozg-sh.de
   - it: should set client web origins
     set:
       sso:
@@ -112,8 +112,8 @@ tests:
       - equal:
           path: spec.client_redirect_uris
           value:
-            - https://helm-admin.ozg-sh.de
-            - https://helm-admin.ozg-sh.de/*
+            - https://helm-administration.ozg-sh.de
+            - https://helm-administration.ozg-sh.de/*
   - it: should use additional client web origins
     set:
       sso:
@@ -126,7 +126,7 @@ tests:
       - equal:
           path: spec.client_web_origins
           value:
-            - https://helm-admin.ozg-sh.de
+            - https://helm-administration.ozg-sh.de
             - https://some.origin.de
             - https://some.other.origin.de
   - it: should use additional redirect uris for client web origins
@@ -140,8 +140,8 @@ tests:
       - equal:
           path: spec.client_redirect_uris
           value:
-            - https://helm-admin.ozg-sh.de
-            - https://helm-admin.ozg-sh.de/*
+            - https://helm-administration.ozg-sh.de
+            - https://helm-administration.ozg-sh.de/*
             - https://additional.url.de
   - it: should not create client cr if ozg operator is disabled
     set: