We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28b2060 + 80411e8 commit b679616Copy full SHA for b679616
modules/logging-loki-storage-odf.adoc
@@ -56,7 +56,7 @@ $ oc create -n openshift-logging secret generic logging-loki-odf \ #<1>
56
--from-literal=access_key_id="<access_key_id>" \
57
--from-literal=access_key_secret="<secret_access_key>" \
58
--from-literal=bucketnames="<bucket_name>" \
59
- --from-literal=endpoint="https://<bucket_host>:<bucket_port>"
+ --from-literal=endpoint="https://<bucket_host>:<bucket_port>" \
60
--from-literal=forcepathstyle="true" # <2>
61
----
62
<1> `logging-loki-odf` is the name of the secret.
0 commit comments