Skip to content

Commit c887eab

Browse files
authored
Merge pull request #91680 from prithvipatil97/patch-48
Update logging-loki-storage-aws.adoc
2 parents 9872e65 + e0436a8 commit c887eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/logging-loki-storage-aws.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ You can create the Loki object storage secret manually by running the following
3636
[source,terminal,subs="+quotes"]
3737
----
3838
$ 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>
39+
--from-literal=bucketnames="<s3_bucket_name>" \
40+
--from-literal=region="<bucket_region>" \
41+
--from-literal=audience="<oidc_audience>" <1>
4242
----
4343
<1> Optional annotation, default value is `openshift`.

0 commit comments

Comments
 (0)