Skip to content

Commit b090909

Browse files
Update content/learn/vault.adoc
Co-authored-by: Avani Bhatt <avbhatt@redhat.com>
1 parent d1a41ac commit b090909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/vault.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A cronjob will run every five minutes inside the `imperative` namespace and unse
3131
*It is considered best practice* to copy the content of that secret offline, store it securely and then delete it. It won't be recreated after the vault is unsealed.
3232
====
3333

34-
An example output, obtained via `oc extract -n imperative secret/vaultkeys --to=- --keys=vault_data_json 2>/dev/null`, is the following:
34+
An example output from running the `oc extract -n imperative secret/vaultkeys --to=- --keys=vault_data_json 2>/dev/null` command:
3535
[source,json]
3636
----
3737
{

0 commit comments

Comments
 (0)