Skip to content

Commit

Permalink
Correct flag name: -dev-kv-v1, not dev-kv-1. (#13250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff authored Nov 23, 2021
1 parent 783a9e5 commit 5522aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/docs/concepts/dev-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ flags or by specifying a configuration file):
seal/unseal, then only the single outputted key is required.

- **Key Value store mounted** - A v2 KV secret engine is mounted at
`secret/`. Please be aware that there are differences with v1 KV. If you want to use v1, use this flag `-dev-kv-1`.
`secret/`. Please be aware that there are differences with v1 KV.
If you want to use v1, use this flag `-dev-kv-v1`.

## Use Case

Expand Down

0 comments on commit 5522aab

Please sign in to comment.