Skip to content

Commit

Permalink
Document that maxUnavailable takes precedence over minAvailable
Browse files Browse the repository at this point in the history
Signed-off-by: Rouke Broersma <rouke.broersma@infosupport.com>
  • Loading branch information
rouke-broersma authored and inteon committed Jul 14, 2023
1 parent 29c270c commit 314163d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/charts/cert-manager/values.yaml
Expand Up @@ -68,6 +68,7 @@ podDisruptionBudget:

# minAvailable and maxUnavailable can either be set to an integer (e.g. 1)
# or a percentage value (e.g. 25%)
# maxUnavailable takes precedence over minAvailable if set

# Comma separated list of feature gates that should be enabled on the
# controller pod.
Expand Down Expand Up @@ -310,6 +311,7 @@ webhook:

# minAvailable and maxUnavailable can either be set to an integer (e.g. 1)
# or a percentage value (e.g. 25%)
# maxUnavailable takes precedence over minAvailable if set

# Container Security Context to be set on the webhook component container
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Expand Down Expand Up @@ -495,6 +497,7 @@ cainjector:

# minAvailable and maxUnavailable can either be set to an integer (e.g. 1)
# or a percentage value (e.g. 25%)
# maxUnavailable takes precedence over minAvailable if set

# Container Security Context to be set on the cainjector component container
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Expand Down

0 comments on commit 314163d

Please sign in to comment.