From 78325a1c8f83f8bb80243a0f4495874d6d14e57d Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Tue, 7 Dec 2021 17:27:27 +0100
Subject: [PATCH] remove loginHost spec

---
 docs/helmchart.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/helmchart.md b/docs/helmchart.md
index 25a892f..f8d4c85 100644
--- a/docs/helmchart.md
+++ b/docs/helmchart.md
@@ -29,7 +29,6 @@ This table lists the variables you are most likely to change. Take a look at the
 | Parameter                            | Description                                             | Default                                 |
 | ------------------------------------ | ------------------------------------------------------- | -------------------------               |
 | `singleSignOnHost`                   | **FQDN of the openID Connect / oAuth2 server**          | **sso.stackspin.example.net**           |
-| `loginHost`                          | **FQDN of the login panel + kratos**                    | **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                       |
-- 
GitLab