Skip to content

Commit

Permalink
docs: update Helm installation topics (backport release-3.0.x) (#14470)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
loki-gh-app[bot] and JStickler authored Oct 11, 2024
1 parent 5b73257 commit 4152a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 @@ -179,7 +179,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 Expand Up @@ -267,7 +267,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: azure
schema: v13
Expand Down
6 changes: 3 additions & 3 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 Expand Up @@ -218,7 +218,7 @@ bloomGateway:
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: azure
schema: v13
Expand Down

0 comments on commit 4152a3a

Please sign in to comment.