Skip to content

Commit 31a1314

Browse files
docs(install-monolithic): add quotation marks (#12982)
Co-authored-by: Michel Hollands <[email protected]>
1 parent 8978ecf commit 31a1314

File tree

1 file changed

+2
-2
lines changed
  • docs/sources/setup/install/helm/install-monolithic

1 file changed

+2
-2
lines changed

docs/sources/setup/install/helm/install-monolithic/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures
4747
type: 'filesystem'
4848
schemaConfig:
4949
configs:
50-
- from: 2024-01-01
50+
- from: "2024-01-01"
5151
store: tsdb
5252
index:
5353
prefix: loki_index_
@@ -72,7 +72,7 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures
7272
replication_factor: 3
7373
schemaConfig:
7474
configs:
75-
- from: 2024-01-01
75+
- from: "2024-01-01"
7676
store: tsdb
7777
index:
7878
prefix: loki_index_

0 commit comments

Comments
 (0)