From ad7e84c5a6fb98709e86979c4c4a8baee2ab2ac6 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 7 Dec 2021 16:23:19 +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 53bf41e..b79ad85 100644
--- a/docs/helmchart.md
+++ b/docs/helmchart.md
@@ -56,7 +56,7 @@ This table lists the variables you are most likely to change. Take a look at the
 | `hydra.hydra.config.urls.self.issuer`| **Base URI of the oAuth server**                        | **https://sso.stackspin.example.net**         |
 | `hydra.hydra.config.urls.login`      | **URI that will be used for the login page**            | **https://sso.stackspin.example.net/login**   |
 | `hydra.hydra.config.urls.consent`    | **URI that will be used for permission checks**         | **https://sso.stackspin.example.net/consent** |
-| `hydra.hydra.config.secrets.system`  | Secret that is used to generate secure tokens           | YouReallyNeedToChangeThis               |
+| `hydra.hydra.config.secrets.system`  | Secret that is used to generate secure tokens           | ["YouReallyNeedToChangeThis"]           |
 | `oAuthClients`                       | A list of clients that need to be registered after installation. See [Registering clients](#registering-clients) for more info | user-panel configuration (**Change the `clientSecret`**!) |
 
 
-- 
GitLab