diff --git a/docs/helmchart.md b/docs/helmchart.md index 53bf41e7cd4a10c4579751abea787497be83dcc4..b79ad85afcfca737ae701f0e37d96c3a925a624d 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`**!) |