diff --git a/docs/helmchart.md b/docs/helmchart.md
index d3799663db8e32c52b789f1e5c328fe215bb1aff..7bca15d926ce8d86ebc5ad2336842554ecd24eaa 100644
--- a/docs/helmchart.md
+++ b/docs/helmchart.md
@@ -31,7 +31,7 @@ This table lists the variables you are most likely to change. Take a look at the
 | `singleSignOnHost`                   | **FQDN of the openID Connect / oAuth2 server**          | **sso.stackspin.example.net**           |
 | `login.image.repository`             | Name of image repository to be used for login provider  | open.greenhost.net:4567/stackspin/single-sign-on/login |
 | `login.image.tag`                    | Release version of login provider image                 | main                                    |
-| `login.login`                        | Username of user to create during installation          | admin@example.com                       |
+| `login.user`                         | Username of user to create during installation          | admin@example.com                       |
 | `login.password`                     | Password of user to create during installation          | ThisIsNotASecurePassword                |
 | `login.db.user`                      | Database user for backend                               | stackspin                               |
 | `login.db.password`                  | Database password for backend                           | stackspin                               |