From afd21e7ae5955aa259df15e084405509963f032a Mon Sep 17 00:00:00 2001 From: WillyRL Date: Mon, 7 Nov 2022 16:06:46 +0700 Subject: [PATCH] [Docs] Typo on Helm Install Loki in Scaleable mode (#7604) I believe it should be "filesystem" --- docs/sources/installation/helm/install-scalable/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/helm/install-scalable/index.md b/docs/sources/installation/helm/install-scalable/index.md index 727b998533..3cc348520c 100644 --- a/docs/sources/installation/helm/install-scalable/index.md +++ b/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:**