diff --git a/website/content/docs/configuration/storage/cockroachdb.mdx b/website/content/docs/configuration/storage/cockroachdb.mdx index 8eb8972036..b3689a36cc 100644 --- a/website/content/docs/configuration/storage/cockroachdb.mdx +++ b/website/content/docs/configuration/storage/cockroachdb.mdx @@ -37,8 +37,7 @@ uses that driver to interact with the database. connection string URLs, see the examples section below. - `table` `(string: "vault_kv_store")` – Specifies the name of the table in - which to write Vault data. This table must already exist (Vault will not - attempt to create it). + which to write Vault data. If this table does not exist Vault will attempt to create it. - `max_parallel` `(string: "128")` – Specifies the maximum number of concurrent requests to CockroachDB.