From 5c9ec1e4beb853ca92c424bb6d3f52e044f47f59 Mon Sep 17 00:00:00 2001 From: Vlad Matsiiako <78047717+vmatsiiako@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:55:32 -0500 Subject: [PATCH] Fix typo in docs --- docs/self-hosting/deployment-options/kubernetes-helm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/deployment-options/kubernetes-helm.mdx b/docs/self-hosting/deployment-options/kubernetes-helm.mdx index ac8a098de..35b003c2d 100644 --- a/docs/self-hosting/deployment-options/kubernetes-helm.mdx +++ b/docs/self-hosting/deployment-options/kubernetes-helm.mdx @@ -79,7 +79,7 @@ description: "Learn how to use Helm chart to install Infisical on your Kubernete - Infisical relies a relational database, which means that database schemas need to be migrated before the instance can become operational. + Infisical relies on a relational database, which means that database schemas need to be migrated before the instance can become operational. To automate this process, the chart includes a option named `infisical.autoDatabaseSchemaMigration`. When this option is enabled, a deployment/upgrade will only occur _after_ a successful schema migration.