Fixed a typo and made a small edit to the Helm monolithic setup doc. (#8109)

Its storage type, not filesystem type. Also "before you begin" seemed a
bit vague given the list below, so I added that the list below was
software requirements.
pull/8111/head
Jennifer Villa 3 years ago committed by GitHub
parent 712bfdd0e0
commit fb1ebcb01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/sources/installation/helm/install-monolithic/index.md

@ -12,14 +12,14 @@ keywords: []
This Helm Chart installation runs the Grafana Loki *single binary* within a Kubernetes cluster.
If the filesystem is set to `filesystem`, this chart configures Loki to run the `all` target in a [monolithic mode](../../../../fundamentals/architecture/deployment-modes/#monolithic-mode), designed to work with a filesystem storage. It will also configure meta-monitoring of metrics and logs.
If the storage type is set to `filesystem`, this chart configures Loki to run the `all` target in a [monolithic mode](../../../../fundamentals/architecture/deployment-modes/#monolithic-mode), designed to work with a filesystem storage. It will also configure meta-monitoring of metrics and logs.
It is not possible to install the single binary with a different storage type.
**Before you begin:**
**Before you begin: Software Requirements**
- Helm 3 or above. See [Installing Helm](https://helm.sh/docs/intro/install/).
- A running Kubernetes cluster.
- A running Kubernetes cluster
**To deploy Loki in monolithic mode:**

Loading…
Cancel
Save