Skip to content

Commit

Permalink
Fix: Allow rollout to proceed when capacity is not available (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Aug 23, 2022
1 parent 0375c2f commit 639756a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ replicas: 2
# -- The number of old ReplicaSets to retain to allow rollback.
revisionHistoryLimit: 10
# -- Strategy for updating the pod.
strategy: {}
strategy:
rollingUpdate:
maxUnavailable: 1
# -- Additional labels for the pod.
podLabels: {}
# -- Additional annotations for the pod.
Expand Down

0 comments on commit 639756a

Please sign in to comment.