diff --git a/charts/descheduler/README.md b/charts/descheduler/README.md index bf92b8cd7..69e80d7b5 100644 --- a/charts/descheduler/README.md +++ b/charts/descheduler/README.md @@ -67,4 +67,5 @@ The following table lists the configurable parameters of the _descheduler_ chart | `serviceAccount.create` | If `true`, create a service account for the cron job | `true` | | `serviceAccount.name` | The name of the service account to use, if not set and create is true a name is generated using the fullname template | `nil` | | `nodeSelector` | Node selectors to run the descheduler cronjob on specific nodes | `nil` | -| `tolerations` | tolerations to run the descheduler cronjob on specific nodes | `nil` | \ No newline at end of file +| `tolerations` | tolerations to run the descheduler cronjob on specific nodes | `nil` | +| `suspend` | Set spec.suspend in descheduler cronjob | `false` |