From c37654829a574e2771132c37df11323844a85126 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Thu, 5 Dec 2019 20:28:16 +0100
Subject: [PATCH] Add bold values

---
 helmchart/single-sign-on/README.md | 34 +++++++++++++++---------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/helmchart/single-sign-on/README.md b/helmchart/single-sign-on/README.md
index 332926e..4a0469b 100644
--- a/helmchart/single-sign-on/README.md
+++ b/helmchart/single-sign-on/README.md
@@ -37,20 +37,20 @@ $ helm delete single-sign-on --purge
 ## Configuration
 
 The following table lists the configurable parameters of the single sign-on chart and their
-default values. 
-
-| Parameter                            | Description                                         | Default                             |
-| ------------------------------------ | --------------------------------------------------- | -------------------------           |
-| `userpanel.ingress.host`             | [REQUIRED] FQDN of the userpanel                    | admin.oas.example.net               |
-| `userpanel.oAuth.client_secret`      | oAuth2 client secret                                | YouReallyNeedToChangeThis           |
-| `userbackend.username`               | Username of the admin user                          | admin                               |
-| `userbackend.password`               | Password of the admin user                          | YouReallyNeedToChangeThis           |
-| `userbackend.email`                  | Email address of the admin user                     | admin@example.net                   |
-| `userbackend.postgres.password`      | Root pw of the psql DB                              | postgres                            |
-| `hydra.hydra.config.urls.self.issuer`| **Base URI of the oAuth server**                    | https://sso.oas.example.net         |
-| `hydra.hydra.config.urls.login`      | **URI that will be used for the login page**        | https://sso.oas.example.net/login   |
-| `hydra.hydra.config.urls.consent`    | **URI that will be used for permission checks**     | https://sso.oas.example.net/consent |
-| `hydra.hydra.config.secrets.system`  | Secret that is used to generate secure tokens       | YouReallyNeedToChangeThis           |
-| `hydra.ingress.host`                 | **FQDN of the oAuth server**                        | sso.oas.example.net                 |
-| `hydra.ingress.public.hosts.host`    | **FQDN of the oAuth server**                        | sso.oas.example.net                 |
-| `hydra.ingress.tls.hosts.host`       | **FQDN of the oAuth server**                        | sso.oas.example.net                 |
+default values. Values in **bold** letters need to be changed for Routing and TLS to work.
+
+| Parameter                            | Description                                         | Default                                 |
+| ------------------------------------ | --------------------------------------------------- | -------------------------               |
+| `userpanel.ingress.host`             | **FQDN of the userpanel**                           | **admin.oas.example.net**               |
+| `userpanel.oAuth.client_secret`      | oAuth2 client secret                                | YouReallyNeedToChangeThis               |
+| `userbackend.username`               | Username of the admin user                          | admin                                   |
+| `userbackend.password`               | Password of the admin user                          | YouReallyNeedToChangeThis               |
+| `userbackend.email`                  | Email address of the admin user                     | admin@example.net                       |
+| `userbackend.postgres.password`      | Root pw of the psql DB                              | postgres                                |
+| `hydra.hydra.config.urls.self.issuer`| **Base URI of the oAuth server**                    | **https://sso.oas.example.net**         |
+| `hydra.hydra.config.urls.login`      | **URI that will be used for the login page**        | **https://sso.oas.example.net/login**   |
+| `hydra.hydra.config.urls.consent`    | **URI that will be used for permission checks**     | **https://sso.oas.example.net/consent** |
+| `hydra.hydra.config.secrets.system`  | Secret that is used to generate secure tokens       | YouReallyNeedToChangeThis               |
+| `hydra.ingress.host`                 | **FQDN of the oAuth server**                        | **sso.oas.example.net**                 |
+| `hydra.ingress.public.hosts.host`    | **FQDN of the oAuth server**                        | **sso.oas.example.net**                 |
+| `hydra.ingress.tls.hosts.host`       | **FQDN of the oAuth server**                        | **sso.oas.example.net**                 |
-- 
GitLab