Skip to content

Commit ca7c934

Browse files
authored
Merge pull request #102448 from openshift-cherrypick-robot/cherry-pick-101365-to-standalone-logging-docs-6.4
[standalone-logging-docs-6.4] [OBSDOCS-2682] Fix command formatting for creating logging-loki-odf secret
2 parents c869cbf + cc17cf5 commit ca7c934

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)