From beafbd8355e55252053cae3d375a7eefb28267f6 Mon Sep 17 00:00:00 2001 From: humoflife Date: Thu, 25 Jan 2024 15:28:27 -0800 Subject: [PATCH 1/2] fixed markup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70d9601..a1a0f7a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The directory contains the Crossplane compositions to setup and configure Vault. ``` tree -` +``` The Crossplane compositons are located in the `apis` directory. Crossplane compositions can be packaged up with information about @@ -122,7 +122,7 @@ Use either one of the following options to install and configure Vault. [KUTTL](https://kuttl.dev/) tests and then validating the configuration. Resources can be seen using -`crossplane beta render vault.sec.upbound.io configuration-vault`. +`crossplane beta trace vault.sec.upbound.io configuration-vault`. This will produce an output like below. Note that there may be various interim stages leading up to all resources being available. ``` From 8f0fee10f40f2a54edb225d18bc68ca901c38ace Mon Sep 17 00:00:00 2001 From: humoflife Date: Thu, 25 Jan 2024 15:57:00 -0800 Subject: [PATCH 2/2] added closing > --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1a0f7a..7964135 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ key_version 1 Decrypt the information. ``` vault write transit/decrypt/payment \ - ciphertext="" ``` ## Clean up