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 eaf836d + 6384a27 commit 511bf46Copy full SHA for 511bf46
modules/logging-loki-storage-minio.adoc
@@ -25,7 +25,7 @@ $ oc create secret generic logging-loki-minio \ # <1>
25
--from-literal=bucketnames="<bucket_name>" \
26
--from-literal=endpoint="<minio_bucket_endpoint>" \
27
--from-literal=access_key_id="<minio_access_key_id>" \
28
- --from-literal=access_key_secret="<minio_access_key_secret>"
+ --from-literal=access_key_secret="<minio_access_key_secret>" \
29
--from-literal=forcepathstyle="true" # <2>
30
----
31
<1> `logging-loki-minio` is the name of the secret.
0 commit comments