Skip to content

Commit 2f9f14d

Browse files
Update distr-tracing-tempo-object-storage-setup-ibm-storage.adoc
- Incorrect command structure in the Object storage setup documentation. - Here is the documentation link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/distributed_tracing/distributed-tracing-platform-tempo#distr-tracing-tempo-object-storage-setup-ibm-storage_dist-tracing-tempo-installing - In the above commands, the "- -" signs are incorrectly placed below the "$" symbol. - However, they should be aligned parallel to the "ibmcloud" command, where the command begins. - Here is the updated look for all these commands: 1. On IBM Cloud, create a service key for connecting to the object store bucket by running the following command: ~~~ $ ibmcloud resource service-key-create <tempo_bucket> Writer \ --instance-name <tempo_bucket> --parameters '{"HMAC":true}' ~~~
1 parent 4fecd54 commit 2f9f14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/distr-tracing-tempo-object-storage-setup-ibm-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can set up {ibm-cloud-title} Object Storage by using the {oc-first}.
2929
[source,terminal]
3030
----
3131
$ ibmcloud resource service-key-create <tempo_bucket> Writer \
32-
--instance-name <tempo_bucket> --parameters '{"HMAC":true}'
32+
--instance-name <tempo_bucket> --parameters '{"HMAC":true}'
3333
----
3434

3535
. On {ibm-cloud-title}, create a secret with the bucket credentials by running the following command:

0 commit comments

Comments
 (0)