diff --git a/.docs/deployment-helm.md b/.docs/deployment-helm.md
index f31fef5a856e99b60c1ee42bd57d6c777117d1e8..c7164af43a70595fa679704746b974a8261ed370 100644
--- a/.docs/deployment-helm.md
+++ b/.docs/deployment-helm.md
@@ -31,7 +31,7 @@ The helm chart depends on four components:
 ## Configuration before the installation
 
 Define an admin user that the services can use to communicate with 
-the [authentication service](../system-services-authentication). You will need to manually create this user later after
+the [Authentication Service](../system-services-authentication). You will need to manually create this user later after
 the installation.
 
 ## Configuration after the installation
@@ -55,6 +55,10 @@ the [authentication service](../system-services-authentication) as `admin` and:
 3. Assign this user the role `admin`.
 4. Delete the user `admin`.
 
+Then import the DBRepo realm by clicking the dropdown "master" > Create Realm and import 
+the [`dbrepo-realm.json`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-authentication-service/dbrepo-realm.json)
+by uploading the file *or* copying the contents and click "Create".
+
 ### Backup
 
 tbd