Skip to content

Commit

Permalink
Update _index.md by adding quotes around the timestamps
Browse files Browse the repository at this point in the history
The `from` field in schema configurations need to be quoted in the Helm values file, otherwise a time portion is added on a Helm install leading to errors.
  • Loading branch information
richardvdveen authored Jul 12, 2024
1 parent c263a68 commit 81ef4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/setup/install/helm/install-scalable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -138,7 +138,7 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down

0 comments on commit 81ef4d0

Please sign in to comment.