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 715948c + 553774d commit 2417b11Copy full SHA for 2417b11
modules/installing-loki-operator-cli.adoc
@@ -119,8 +119,8 @@ metadata:
119
namespace: openshift-logging
120
stringData: # <2>
121
access_key_id: <access_key_id>
122
- access_key_secret: <access_secret>
123
- bucketnames: s3-bucket-name
+ access_key_secret: <secret_access_key>
+ bucketnames: <s3_bucket_name>
124
endpoint: https://s3.eu-central-1.amazonaws.com
125
region: eu-central-1
126
----
0 commit comments