docs(install-monolithic): add quotation marks (#12982)

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
pull/12990/head^2
choeffer 2 years ago committed by GitHub
parent 8978ecf0c8
commit 31a13146ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      docs/sources/setup/install/helm/install-monolithic/_index.md

@ -47,7 +47,7 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures
type: 'filesystem'
schemaConfig:
configs:
- from: 2024-01-01
- from: "2024-01-01"
store: tsdb
index:
prefix: loki_index_
@ -72,7 +72,7 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures
replication_factor: 3
schemaConfig:
configs:
- from: 2024-01-01
- from: "2024-01-01"
store: tsdb
index:
prefix: loki_index_

Loading…
Cancel
Save