From 87c3e620300f8028da302d93fb91bd2619f0d8f9 Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Mon, 27 Sep 2021 15:19:47 -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 543c12b..e944c53 100644 --- a/values.yaml +++ b/values.yaml @@ -177,6 +177,8 @@ injector: # Topology settings for injector 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 injector pods