diff --git a/cronjob/values.yaml b/cronjob/values.yaml index d37b3b7..0c7c7e9 100644 --- a/cronjob/values.yaml +++ b/cronjob/values.yaml @@ -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% \ No newline at end of file + # minAvailable: 9999 + # maxUnavailable: 0 \ No newline at end of file