Skip to content

Commit

Permalink
Add nodeSelector to webhook cert manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Oct 3, 2022
1 parent 7c33284 commit c42526a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c42526a

Please sign in to comment.