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 9872e65 + e0436a8 commit c887eabCopy full SHA for c887eab
modules/logging-loki-storage-aws.adoc
@@ -36,8 +36,8 @@ You can create the Loki object storage secret manually by running the following
36
[source,terminal,subs="+quotes"]
37
----
38
$ oc -n openshift-logging create secret generic "logging-loki-aws" \
39
---from-literal=bucketnames="<s3_bucket_name>" \
40
---from-literal=region="<bucket_region>" \
41
---from-literal=audience="<oidc_audience>" <1>
+ --from-literal=bucketnames="<s3_bucket_name>" \
+ --from-literal=region="<bucket_region>" \
+ --from-literal=audience="<oidc_audience>" <1>
42
43
<1> Optional annotation, default value is `openshift`.
0 commit comments