From 3efddafd0a501421f23b42f36b292b18589911d5 Mon Sep 17 00:00:00 2001 From: Aleksa Cukovic Date: Wed, 24 Jul 2024 11:47:40 +0200 Subject: [PATCH 1/2] chore(helm): fix comment --- production/helm/loki/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 4f27bd137689..7c06497d26d2 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -1589,7 +1589,7 @@ backend: annotations: {} # -- Additional labels for backend Service labels: {} - # -- Comma-separated list of Loki modules to load for the read + # -- Comma-separated list of Loki modules to load for the backend targetModule: "backend" # -- Additional CLI args for the backend extraArgs: [] From fc4cdcd6a96e51dcf8aac484b88cc816e4fe2059 Mon Sep 17 00:00:00 2001 From: AleksaC Date: Wed, 24 Jul 2024 23:33:38 +0200 Subject: [PATCH 2/2] generate chart reference --- docs/sources/setup/install/helm/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index eeba5cd826e0..813601890968 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -664,7 +664,7 @@ null backend.targetModule string - Comma-separated list of Loki modules to load for the read + Comma-separated list of Loki modules to load for the backend
 "backend"