From 77adbab854e23bc86a50c8385c1dc211811ee414 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 7 Dec 2021 16:23:54 +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 494eadf..4320a52 100644
--- a/docs/helmchart.md
+++ b/docs/helmchart.md
@@ -38,7 +38,7 @@ This table lists the variables you are most likely to change. Take a look at the
 | `login.db.password`                  | Database password for backend                           | stackspin                               |
 | `login.db.database`                  | Database name for backend                               | stackspin                               |
 | `login.db.user`                      | Database user for backend                               | stackspin                               |
-| `kratos.kratos.identitySchemas`                        | Tupple of filenames and JSON data to install as available schema filee | See values.yaml                                                |
+| `kratos.kratos.identitySchemas`                        | Tuple of filenames and JSON data to install as available schema file | See values.yaml                                                |
 | `kratos.kratos.config.identity.default_schema_url`     | Location of default schem file                                         | file:///etc/config/identity.default.schema.json                |
 | `kratos.kratos.config.dsn`                             | Database endpoint                                                      | postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos |
 | `kratos.kratos.serve.public.base_url`                  | URL where to find kratos public API                                    | **https://sso.stackspin.example.net/api/**                   |
-- 
GitLab