Interactive server now uses kvv2 so update text
This commit is contained in:
parent
ddf90c4f38
commit
8a9cd42fe9
|
@ -102,13 +102,13 @@
|
||||||
it without Vault.
|
it without Vault.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<code>vault write secret/hello value=world</code>
|
<code>vault kv put secret/morning weather=sunny</code>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Of course, you can then read this data too:
|
Of course, you can then read this data too:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<code>vault read secret/hello</code>
|
<code>vault kv get secret/morning</code>
|
||||||
</p>
|
</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue