Skip to content

Commit 2417b11

Browse files
authored
Merge pull request #102137 from openshift-cherrypick-robot/cherry-pick-101390-to-standalone-logging-docs-6.0
[standalone-logging-docs-6.0] [OBSDOCS-2663] Modify access key secret and bucket name in docs
2 parents 715948c + 553774d commit 2417b11

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)