From c77cb1f6a4f7222253f76f8602161525059fcd3f Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Mon, 27 Sep 2021 15:19:43 -0700 Subject: [PATCH] Update values.yaml Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com> --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index 94de910..543c12b 100644 --- a/values.yaml +++ b/values.yaml @@ -436,6 +436,8 @@ server: # Topology settings for server pods # ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ + # This should be either a multi-line string or YAML matching the topologySpreadConstraints array + # in a PodSpec. topologySpreadConstraints: [] # Toleration Settings for server pods