Merge pull request #2745 from Infisical/vmatsiiako-docs-patch-1-1

Fix typo in docs
This commit is contained in:
Vlad Matsiiako
2024-11-17 23:01:15 -05:00
committed by GitHub

View File

@@ -79,7 +79,7 @@ description: "Learn how to use Helm chart to install Infisical on your Kubernete
</Step>
<Step title="Database schema migration ">
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.