From 53641bca7cac52cfac1256ea64f2c608a21f9591 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 7 Dec 2021 16:23:05 +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 39c71ea..53bf41e 100644
--- a/docs/helmchart.md
+++ b/docs/helmchart.md
@@ -51,7 +51,7 @@ This table lists the variables you are most likely to change. Take a look at the
 | `kratos.kratos.selfservice.flows.settings.ui_url`      | **Where to link to for setting/profile update**                        | **https://sso.stackspin.example.net/login/settings**         |
 | `kratos.kratos.selfservice.flows.registration.ui_url`  | **Where to link to for account registration**                          | **https://sso.stackspin.example.net/login/registration**     |
 | `kratos.kratos.secrets.session`                       | Array of strings for session secrets                                   | See values.yaml                                                |
-| `kratos.kratos.courier.smtp.connection_url`            | Config of SMTP server                                                  | smtps://username:password@smtp.example.net:456/                |
+| `kratos.kratos.courier.smtp.connection_uri`            | Config of SMTP server                                                  | smtps://username:password@smtp.example.net:456/                |
 | `kratos.kratos.courier.smtp.from_address`              | From email address                                                     | no-reply@example.net                                           |
 | `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**   |
-- 
GitLab