From 076c5ec28c5b79b63dbdbc5bfb06d3ea4f285b63 Mon Sep 17 00:00:00 2001 From: Brian Derr Date: Tue, 26 Nov 2024 15:49:29 -0800 Subject: [PATCH] Edit poor wording in values.yaml file. --- charts/vector/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vector/values.yaml b/charts/vector/values.yaml index 8271246..9ceded2 100644 --- a/charts/vector/values.yaml +++ b/charts/vector/values.yaml @@ -233,7 +233,7 @@ affinity: {} # topologySpreadConstraints -- Configure [topology spread constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) # for Vector Pods. Valid for the "Aggregator" and "Stateless-Aggregator" roles. # -# If there are no "selectorLabels.matchLabels" are defined then defaults will be used to match the selectorLabels of this instance. +# If no "selectorLabels.matchLabels" are defined then defaults will be used to match the selectorLabels of this instance. topologySpreadConstraints: [] # Configuration for Vector's Service.