From 78c2063e0bfe4619e2d367f4bdee68ba5d14dae1 Mon Sep 17 00:00:00 2001 From: Marcus Teixeira <40602844+marcusteixeira@users.noreply.github.com> Date: Fri, 13 Jan 2023 13:02:27 -0300 Subject: [PATCH] Docs: fix helm ssd typo (#7959) Fix docs about helm ssd installation. Co-authored-by: Travis Patterson --- 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 8f174a9aa9..77a1b86c6c 100644 --- a/docs/sources/installation/helm/install-scalable/index.md +++ b/docs/sources/installation/helm/install-scalable/index.md @@ -14,7 +14,7 @@ keywords: [] This Helm Chart installation runs the Grafana Loki cluster within a Kubernetes cluster. -If object storage is configured, this chart configures Loki to run `read` and `write` targets in a [scalable]({{< relref "../../../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. +If object storge is configured, this chart configures Loki to run `read` and `write` targets in a [scalable mode](../../../../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 `filesystem` storage.