From 3c8170473cdb33ee0b43a129b128738ab9d62ac4 Mon Sep 17 00:00:00 2001 From: edsoncelio Date: Sat, 16 Mar 2024 12:11:22 -0300 Subject: [PATCH] docs: fix terminology pod to Pod --- docs/sources/setup/install/helm/reference.md | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 1038a6e9d3537..bc13738405851 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -254,7 +254,7 @@ null backend.persistence.volumeClaimsEnabled bool - Enable volume claims in pod spec + Enable volume claims in Pod spec
 true
 
@@ -272,7 +272,7 @@ true backend.podLabels object - Additional labels for each `backend` pod + Additional labels for each `backend` Pod
 {}
 
@@ -317,7 +317,7 @@ null backend.selectorLabels object - Additional selector labels for each `backend` pod + Additional selector labels for each `backend` Pod
 {}
 
@@ -2617,7 +2617,7 @@ null monitoring.lokiCanary.podLabels object - Additional labels for each `loki-canary` pod + Additional labels for each `loki-canary` Pod
 {}
 
@@ -3197,7 +3197,7 @@ false networkPolicy.metrics.cidrs list - Specifies specific network CIDRs which are allowed to access the metrics port. In case you use namespaceSelector, you also have to specify your kubelet networks here. The metrics ports are also used for probes. + Specifies specific network CIDRs which are allowed to access the metrics port. In case you use namespaceSelector, you also have to specify your `kubelet` networks here. The metrics ports are also used for probes.
 []
 
@@ -3485,7 +3485,7 @@ null read.podLabels object - Additional labels for each `read` pod + Additional labels for each `read` Pod
 {}
 
@@ -3530,7 +3530,7 @@ null read.selectorLabels object - Additional selector labels for each `read` pod + Additional selector labels for each `read` Pod
 {}
 
@@ -3917,7 +3917,7 @@ null singleBinary.extraContainers list - Extra containers to add to the single binary loki pod + Extra containers to add to the single binary loki Pod
 []
 
@@ -4061,7 +4061,7 @@ null singleBinary.podLabels object - Additional labels for each `single binary` pod + Additional labels for each `single binary` Pod
 {}
 
@@ -4097,7 +4097,7 @@ null singleBinary.selectorLabels object - Additional selector labels for each `single binary` pod + Additional selector labels for each `single binary` Pod
 {}
 
@@ -4776,7 +4776,7 @@ null write.persistence.volumeClaimsEnabled bool - Enable volume claims in pod spec + Enable volume claims in Pod spec
 true
 
@@ -4794,7 +4794,7 @@ true write.podLabels object - Additional labels for each `write` pod + Additional labels for each `write` Pod
 {}
 
@@ -4839,7 +4839,7 @@ null write.selectorLabels object - Additional selector labels for each `write` pod + Additional selector labels for each `write` Pod
 {}