Skip to content

Commit

Permalink
Update website/content/docs/get-started/operations-qs.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
  • Loading branch information
jonathanfrappier and schavis authored Dec 18, 2024
1 parent 1d4d136 commit 5f98639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/get-started/operations-qs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static secrets, dynamic secrets, and PKI certificates.
The key/value plugin (`kv`) stores and versions arbitrary secrets. Use `vault secrets enable` to enable the key/value plugin:

```shell-session
$ vault secrets enable -version=2 kv
$ vault secrets enable -path shared -version 2 kv
```


Expand Down

0 comments on commit 5f98639

Please sign in to comment.