From a70399eeb82595d54ab6209f980a6f4ba3a3d247 Mon Sep 17 00:00:00 2001 From: Julie Stickler Date: Thu, 23 May 2024 12:04:02 -0400 Subject: [PATCH 1/2] docs: fix deployment mode in Helm example --- docs/sources/setup/install/helm/install-monolithic/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup/install/helm/install-monolithic/_index.md b/docs/sources/setup/install/helm/install-monolithic/_index.md index 9dff574428b6c..0eb6428f88485 100644 --- a/docs/sources/setup/install/helm/install-monolithic/_index.md +++ b/docs/sources/setup/install/helm/install-monolithic/_index.md @@ -39,7 +39,7 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures - If running a single replica of Loki, configure the `filesystem` storage: ```yaml - mode: SingleBinary + deploymentmode: SingleBinary loki: commonConfig: replication_factor: 1 From 272afb78cdff46c5f3b0db23731613ba9fd1a584 Mon Sep 17 00:00:00 2001 From: J Stickler Date: Tue, 28 May 2024 13:05:44 -0400 Subject: [PATCH 2/2] Update docs/sources/setup/install/helm/install-monolithic/_index.md --- docs/sources/setup/install/helm/install-monolithic/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup/install/helm/install-monolithic/_index.md b/docs/sources/setup/install/helm/install-monolithic/_index.md index 0eb6428f88485..214e11e193b81 100644 --- a/docs/sources/setup/install/helm/install-monolithic/_index.md +++ b/docs/sources/setup/install/helm/install-monolithic/_index.md @@ -39,7 +39,7 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures - If running a single replica of Loki, configure the `filesystem` storage: ```yaml - deploymentmode: SingleBinary + deploymentMode: SingleBinary loki: commonConfig: replication_factor: 1