Skip to content

Commit 4f6fe31

Browse files
committed
feat: Add getting started
Signed-off-by: Chris Butler <[email protected]>
1 parent 9557321 commit 4f6fe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/coco-pattern/coco-pattern-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The CDH presents to containers within the pod (only), via a localhost URL. The C
7171

7272
- In this case `http://127.0.0.1:8006/cdh/resource/default/passphrase/passphrase` by default will return a string which was randomly generated when the pattern was deployed.
7373

74-
- This should be the same as result as `oc get secrets -n trustee-operator-system passphrase -o yaml | yq '.data.passphrase'`
74+
- This should be the same as result as `oc get secrets -n trustee-operator-system passphrase -o yaml | yq '.data.passphrase'` | base64 -d`
7575

7676
- Tailing the logs for the kbs container e.g. `oc logs -n trustee-operator-system kbs-deployment-5b574bccd6-twjxh -f` shows the evidence which is flowing to the KBS from the CDH.
7777

0 commit comments

Comments
 (0)