From c42526aa40016f6cf46cd7407645e7c6ee7c8972 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Mon, 3 Oct 2022 12:11:13 -0400 Subject: [PATCH] Add nodeSelector to webhook cert manager --- charts/consul/values.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index f1224c801a..c319c072b1 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -3062,6 +3062,19 @@ webhookCertManager: # @type: string tolerations: null + # This value defines `nodeSelector` (https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) + # labels for webhook cert manager pod assignment, formatted as a multi-line string. + # + # Example: + # + # ```yaml + # nodeSelector: | + # beta.kubernetes.io/arch: amd64 + # ``` + # + # @type: string + nodeSelector: null + # Configures a demo Prometheus installation. prometheus: # When true, the Helm chart will install a demo Prometheus server instance