Skip to content

Commit bd060a1

Browse files
authored
Merge pull request #101390 from prithvipatil97/patch-92
[OBSDOCS-2663] Modify access key secret and bucket name in docs
2 parents 511bf46 + 304e5cd commit bd060a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installing-loki-operator-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ metadata:
119119
namespace: openshift-logging
120120
stringData: # <2>
121121
access_key_id: <access_key_id>
122-
access_key_secret: <access_secret>
123-
bucketnames: s3-bucket-name
122+
access_key_secret: <secret_access_key>
123+
bucketnames: <s3_bucket_name>
124124
endpoint: https://s3.eu-central-1.amazonaws.com
125125
region: eu-central-1
126126
----

0 commit comments

Comments
 (0)