Skip to content

Commit ab843e8

Browse files
authored
Nomad Docs: Fix default vault engine version in nomad secrets block (#1411)
Fix default vault engine version in nomad secrets block
2 parents 521a6df + ed30b97 commit ab843e8

File tree

1 file changed

+2
-2
lines changed
  • content/nomad/v1.11.x/content/docs/job-specification

1 file changed

+2
-2
lines changed

content/nomad/v1.11.x/content/docs/job-specification/secret.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ as an example, you would reference the value in the secret key "foo" as
7979

8080
Config parameters:
8181

82-
- `engine` `(string: "kv_v2")` - Specifies what Vault storage engine to
83-
query. Options are `kv_v1` and `kv_v2`.
82+
- `engine` `(string: "kv")` - Specifies what Vault storage engine to
83+
query. Options are `kv` and `kv_v2`.
8484

8585

8686
## Custom providers

0 commit comments

Comments
 (0)