Skip to content

Commit

Permalink
chore(cronjob): update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslishopline committed Oct 26, 2023
1 parent d4cddb5 commit fb6588e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cronjob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ serviceaccount: {}
suspend: false

pdb:
# If you just set "enable: true", default will set to "minAvailable: 100%" unless you have set other parameters.
# If you just set "enable: true", default will set to "minAvailable: 9999" unless you have set other parameters.
enable: false
# Note: You can specify only one of maxUnavailable and minAvailable in a single PodDisruptionBudget, and if you setting both will only set maxUnavailable.
# minAvailable: 50%
# maxUnavailable: 50%
# minAvailable: 9999
# maxUnavailable: 0

0 comments on commit fb6588e

Please sign in to comment.