Skip to content

Commit

Permalink
docs(install-monolithic): add quotation marks (#12982)
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
  • Loading branch information
choeffer and MichelHollands authored May 20, 2024
1 parent 8978ecf commit 31a1314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/setup/install/helm/install-monolithic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand All @@ -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_
Expand Down

0 comments on commit 31a1314

Please sign in to comment.