Skip to content

Commit

Permalink
docs: update Helm installation topics (backport release-3.1.x) (#14472)
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 9b0f5af commit 40eb139
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 @@ -175,7 +175,7 @@ After testing Loki with MinIO, it is recommended to configure Loki with an objec
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -263,7 +263,7 @@ After testing Loki with MinIO, it is recommended to configure Loki with an objec
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 @@ -134,7 +134,7 @@ After testing Loki with MinIO, it is recommended to configure Loki with an objec
loki:
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
Expand Down Expand Up @@ -214,7 +214,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 40eb139

Please sign in to comment.