[Docs] Typo on Helm Install Loki in Scaleable mode (#7604)

I believe it should be "filesystem"
pull/7612/head
WillyRL 3 years ago committed by GitHub
parent af68dbc6cf
commit afd21e7ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/installation/helm/install-scalable/index.md

@ -19,7 +19,7 @@ This Helm Chart installation runs the Grafana Loki cluster within a Kubernetes c
If object storge is configured, this chart configures Loki to run `read` and `write` targets in a [scalable](../../fundamentals/architecture/deployment-modes/#simple-scalable-deployment-mode), highly available architecture (3 replicas of each) designed to work with AWS S3 object storage. It will also configure meta-monitoring of metrics and logs.
It is not possible to run the scalable mode with the `fulesystem` storage.
It is not possible to run the scalable mode with the `filesystem` storage.
**Before you begin:**

Loading…
Cancel
Save