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.