From 13164e2fd52499e5712c46e0dee75fb5c50aa98b Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 8 Dec 2021 08:48:49 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- docs/helmchart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helmchart.md b/docs/helmchart.md index d379966..7bca15d 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 | -- GitLab