Skip to content

Commit b679616

Browse files
authored
Merge pull request #101365 from prithvipatil97/patch-90
[OBSDOCS-2682] Fix command formatting for creating logging-loki-odf secret
2 parents 28b2060 + 80411e8 commit b679616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/logging-loki-storage-odf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ oc create -n openshift-logging secret generic logging-loki-odf \ #<1>
5656
--from-literal=access_key_id="<access_key_id>" \
5757
--from-literal=access_key_secret="<secret_access_key>" \
5858
--from-literal=bucketnames="<bucket_name>" \
59-
--from-literal=endpoint="https://<bucket_host>:<bucket_port>"
59+
--from-literal=endpoint="https://<bucket_host>:<bucket_port>" \
6060
--from-literal=forcepathstyle="true" # <2>
6161
----
6262
<1> `logging-loki-odf` is the name of the secret.

0 commit comments

Comments
 (0)