Loki Documentation: corrected config example for loki.storage (#8277)

pull/8502/head^2
Tobias Abarbanell 2 years ago committed by GitHub
parent 6a7403c4f5
commit d1d47b2fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      docs/sources/installation/helm/install-scalable/index.md

@ -43,19 +43,20 @@ It is not possible to run the scalable mode with the `filesystem` storage.
- Create the configuration file `values.yaml`. The example below illustrates a s3 configuration:
```yaml
storage:
bucketNames:
chunks: chunks
ruler: ruler
admin: admin
type: s3
s3:
endpoint: <endpoint>
region: <AWS region>
secretAccessKey: <AWS secret access key>
accessKeyId: <AWS access key ID>
s3ForcePathStyle: false
insecure: false
loki:
storage:
bucketNames:
chunks: chunks
ruler: ruler
admin: admin
type: s3
s3:
endpoint: <endpoint>
region: <AWS region>
secretAccessKey: <AWS secret access key>
accessKeyId: <AWS access key ID>
s3ForcePathStyle: false
insecure: false
```
Consult the [Reference]({{<relref "../reference">}}) for configuring other storage providers.

Loading…
Cancel
Save