Skip to content

Commit

Permalink
Merge pull request #6100 from irbekrm/helm_value
Browse files Browse the repository at this point in the history
Add a note that folks should not use top level helm featureGates value for webhook feature gates
  • Loading branch information
jetstack-bot committed May 24, 2023
2 parents 43bbd3b + 7ea1135 commit 09172c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deploy/charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ podDisruptionBudget:
# minAvailable and maxUnavailable can either be set to an integer (e.g. 1)
# or a percentage value (e.g. 25%)

# Comma separated list of feature gates that should be enabled on the
# controller pod & webhook pod.
# Comma separated list of feature gates that should be enabled on the controller
# Note: do not use this field to pass feature gate values into webhook
# component as this behaviour relies on a bug that will be fixed in cert-manager 1.13
# https://github.com/cert-manager/cert-manager/pull/6093
# Use webhook.extraArgs to pass --feature-gates flag directly instead.
featureGates: ""

# The maximum number of challenges that can be scheduled as 'processing' at once
Expand Down

0 comments on commit 09172c0

Please sign in to comment.